Package io.fabric8.kubernetes.api.model
Class ObjectMetaFluentImpl.OwnerReferencesNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.OwnerReferenceFluentImpl<ObjectMetaFluent.OwnerReferencesNested<N>>
-
- io.fabric8.kubernetes.api.model.ObjectMetaFluentImpl.OwnerReferencesNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<ObjectMetaFluent.OwnerReferencesNested<N>>
,Nested<N>
,Visitable<ObjectMetaFluent.OwnerReferencesNested<N>>
,ObjectMetaFluent.OwnerReferencesNested<N>
,OwnerReferenceFluent<ObjectMetaFluent.OwnerReferencesNested<N>>
- Enclosing class:
- ObjectMetaFluentImpl<A extends ObjectMetaFluent<A>>
public class ObjectMetaFluentImpl.OwnerReferencesNestedImpl<N> extends OwnerReferenceFluentImpl<ObjectMetaFluent.OwnerReferencesNested<N>> implements ObjectMetaFluent.OwnerReferencesNested<N>, Nested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endOwnerReference()
-
Methods inherited from class io.fabric8.kubernetes.api.model.OwnerReferenceFluentImpl
equals, getApiVersion, getKind, getName, getUid, hasApiVersion, hasBlockOwnerDeletion, hasController, hashCode, hasKind, hasName, hasUid, isBlockOwnerDeletion, isController, withApiVersion, withBlockOwnerDeletion, withController, withKind, withName, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewBlockOwnerDeletion, withNewBlockOwnerDeletion, withNewController, withNewController, withNewKind, withNewKind, withNewKind, withNewName, withNewName, withNewName, withNewUid, withNewUid, withNewUid, withUid
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.api.model.OwnerReferenceFluent
getApiVersion, getKind, getName, getUid, hasApiVersion, hasBlockOwnerDeletion, hasController, hasKind, hasName, hasUid, isBlockOwnerDeletion, isController, withApiVersion, withBlockOwnerDeletion, withController, withKind, withName, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewBlockOwnerDeletion, withNewBlockOwnerDeletion, withNewController, withNewController, withNewKind, withNewKind, withNewKind, withNewName, withNewName, withNewName, withNewUid, withNewUid, withNewUid, withUid
-
-
-
-
Method Detail
-
and
public N and()
-
endOwnerReference
public N endOwnerReference()
- Specified by:
endOwnerReference
in interfaceObjectMetaFluent.OwnerReferencesNested<N>
-
-