Uses of Class
io.fabric8.kubernetes.api.model.networking.v1.ParentReference
-
Packages that use ParentReference Package Description io.fabric8.kubernetes.api.model.networking.v1 -
-
Uses of ParentReference in io.fabric8.kubernetes.api.model.networking.v1
Methods in io.fabric8.kubernetes.api.model.networking.v1 that return ParentReference Modifier and Type Method Description ParentReferenceParentReferenceBuilder. build()ParentReferenceIPAddressSpecFluent. buildParentRef()ParentReferenceIPAddressSpec. getParentRef()IPAddressSpec describe the attributes in an IP Address.Methods in io.fabric8.kubernetes.api.model.networking.v1 with parameters of type ParentReference Modifier and Type Method Description protected voidParentReferenceFluent. copyInstance(ParentReference instance)IPAddressSpecFluent.ParentRefNested<A>IPAddressSpecFluent. editOrNewParentRefLike(ParentReference item)voidIPAddressSpec. setParentRef(ParentReference parentRef)IPAddressSpec describe the attributes in an IP Address.IPAddressSpecFluent.ParentRefNested<A>IPAddressSpecFluent. withNewParentRefLike(ParentReference item)AIPAddressSpecFluent. withParentRef(ParentReference parentRef)Constructors in io.fabric8.kubernetes.api.model.networking.v1 with parameters of type ParentReference Constructor Description IPAddressSpec(ParentReference parentRef)ParentReferenceBuilder(ParentReference instance)ParentReferenceBuilder(ParentReferenceFluent<?> fluent, ParentReference instance)ParentReferenceFluent(ParentReference instance)
-