public interface ObjectReferenceFluent<A extends ObjectReferenceFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
String
getGroup()
getKind()
getName()
Boolean
hasGroup()
hasKind()
hasName()
A
withGroup(String group)
withKind(String kind)
withName(String name)
String getGroup()
A withGroup(String group)
Boolean hasGroup()
String getKind()
A withKind(String kind)
Boolean hasKind()
String getName()
A withName(String name)
Boolean hasName()
Copyright © 2015–2023 Red Hat. All rights reserved.