Package io.fabric8.kubernetes.api.model
Class SecretListBuilder
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.SecretListFluentImpl<SecretListBuilder>
io.fabric8.kubernetes.api.model.SecretListBuilder
- All Implemented Interfaces:
Builder<SecretList>,Fluent<SecretListBuilder>,Visitable<SecretListBuilder>,VisitableBuilder<SecretList,SecretListBuilder>,SecretListFluent<SecretListBuilder>
public class SecretListBuilder extends SecretListFluentImpl<SecretListBuilder> implements VisitableBuilder<SecretList,SecretListBuilder>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.SecretListFluentImpl
SecretListFluentImpl.ItemsNestedImpl<N>, SecretListFluentImpl.MetadataNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.SecretListFluent
SecretListFluent.ItemsNested<N>, SecretListFluent.MetadataNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description SecretListBuilder()SecretListBuilder(SecretList instance)SecretListBuilder(SecretListFluent<?> fluent)SecretListBuilder(SecretListFluent<?> fluent, SecretList instance)SecretListBuilder(SecretListFluent<?> fluent, SecretList instance, Boolean validationEnabled)SecretListBuilder(SecretListFluent<?> fluent, Boolean validationEnabled)SecretListBuilder(SecretList instance, Boolean validationEnabled)SecretListBuilder(Boolean validationEnabled) -
Method Summary
Modifier and Type Method Description SecretListbuild()booleanequals(Object o)Methods inherited from class io.fabric8.kubernetes.api.model.SecretListFluentImpl
addAllToItems, addNewItem, addNewItemLike, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, buildMetadata, editFirstItem, editItem, editLastItem, editMatchingItem, editMetadata, editOrNewMetadata, editOrNewMetadataLike, 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, withNewMetadata, withNewMetadataLikeMethods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
SecretListBuilder
public SecretListBuilder() -
SecretListBuilder
-
SecretListBuilder
-
SecretListBuilder
-
SecretListBuilder
-
SecretListBuilder
public SecretListBuilder(SecretListFluent<?> fluent, SecretList instance, Boolean validationEnabled) -
SecretListBuilder
-
SecretListBuilder
-
-
Method Details
-
build
- Specified by:
buildin interfaceBuilder<SecretList>
-
equals
- Overrides:
equalsin classSecretListFluentImpl<SecretListBuilder>
-