Class KubeControllerManagerListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.KubeControllerManagerListFluentImpl<KubeControllerManagerListBuilder>
-
- io.fabric8.openshift.api.model.operator.v1.KubeControllerManagerListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<KubeControllerManagerList>,io.fabric8.kubernetes.api.builder.Fluent<KubeControllerManagerListBuilder>,io.fabric8.kubernetes.api.builder.Visitable<KubeControllerManagerListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<KubeControllerManagerList,KubeControllerManagerListBuilder>,KubeControllerManagerListFluent<KubeControllerManagerListBuilder>
public class KubeControllerManagerListBuilder extends KubeControllerManagerListFluentImpl<KubeControllerManagerListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<KubeControllerManagerList,KubeControllerManagerListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operator.v1.KubeControllerManagerListFluentImpl
KubeControllerManagerListFluentImpl.ItemsNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.openshift.api.model.operator.v1.KubeControllerManagerListFluent
KubeControllerManagerListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description KubeControllerManagerListBuilder()KubeControllerManagerListBuilder(KubeControllerManagerList instance)KubeControllerManagerListBuilder(KubeControllerManagerListFluent<?> fluent)KubeControllerManagerListBuilder(KubeControllerManagerListFluent<?> fluent, KubeControllerManagerList instance)KubeControllerManagerListBuilder(KubeControllerManagerListFluent<?> fluent, KubeControllerManagerList instance, Boolean validationEnabled)KubeControllerManagerListBuilder(KubeControllerManagerListFluent<?> fluent, Boolean validationEnabled)KubeControllerManagerListBuilder(KubeControllerManagerList instance, Boolean validationEnabled)KubeControllerManagerListBuilder(Boolean validationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KubeControllerManagerListbuild()booleanequals(Object o)inthashCode()-
Methods inherited from class io.fabric8.openshift.api.model.operator.v1.KubeControllerManagerListFluentImpl
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, editFirstItem, editItem, editLastItem, editMatchingItem, getApiVersion, getItems, getKind, getMetadata, hasApiVersion, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, withApiVersion, withItems, withItems, withKind, withMetadata, withNewApiVersion, withNewApiVersion, withNewApiVersion, withNewKind, withNewKind, withNewKind, withNewMetadata
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
KubeControllerManagerListBuilder
public KubeControllerManagerListBuilder()
-
KubeControllerManagerListBuilder
public KubeControllerManagerListBuilder(Boolean validationEnabled)
-
KubeControllerManagerListBuilder
public KubeControllerManagerListBuilder(KubeControllerManagerListFluent<?> fluent)
-
KubeControllerManagerListBuilder
public KubeControllerManagerListBuilder(KubeControllerManagerListFluent<?> fluent, Boolean validationEnabled)
-
KubeControllerManagerListBuilder
public KubeControllerManagerListBuilder(KubeControllerManagerListFluent<?> fluent, KubeControllerManagerList instance)
-
KubeControllerManagerListBuilder
public KubeControllerManagerListBuilder(KubeControllerManagerListFluent<?> fluent, KubeControllerManagerList instance, Boolean validationEnabled)
-
KubeControllerManagerListBuilder
public KubeControllerManagerListBuilder(KubeControllerManagerList instance)
-
KubeControllerManagerListBuilder
public KubeControllerManagerListBuilder(KubeControllerManagerList instance, Boolean validationEnabled)
-
-
Method Detail
-
build
public KubeControllerManagerList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<KubeControllerManagerList>
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classKubeControllerManagerListFluentImpl<KubeControllerManagerListBuilder>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classKubeControllerManagerListFluentImpl<KubeControllerManagerListBuilder>
-
-