Class CloudCredentialListBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.CloudCredentialListFluent<CloudCredentialListBuilder>
-
- io.fabric8.openshift.api.model.operator.v1.CloudCredentialListBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<CloudCredentialList>,io.fabric8.kubernetes.api.builder.Visitable<CloudCredentialListBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<CloudCredentialList,CloudCredentialListBuilder>
public class CloudCredentialListBuilder extends CloudCredentialListFluent<CloudCredentialListBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<CloudCredentialList,CloudCredentialListBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.operator.v1.CloudCredentialListFluent
CloudCredentialListFluent.ItemsNested<N>
-
-
Constructor Summary
Constructors Constructor Description CloudCredentialListBuilder()CloudCredentialListBuilder(CloudCredentialList instance)CloudCredentialListBuilder(CloudCredentialListFluent<?> fluent)CloudCredentialListBuilder(CloudCredentialListFluent<?> fluent, CloudCredentialList instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CloudCredentialListbuild()-
Methods inherited from class io.fabric8.openshift.api.model.operator.v1.CloudCredentialListFluent
addAllToItems, addNewItem, addNewItemLike, addToAdditionalProperties, addToAdditionalProperties, addToItems, addToItems, buildFirstItem, buildItem, buildItems, buildLastItem, buildMatchingItem, copyInstance, editFirstItem, editItem, editLastItem, editMatchingItem, equals, getAdditionalProperties, getApiVersion, getKind, getMetadata, hasAdditionalProperties, hasApiVersion, hashCode, hasItems, hasKind, hasMatchingItem, hasMetadata, removeAllFromItems, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromItems, removeMatchingFromItems, setNewItemLike, setToItems, toString, withAdditionalProperties, withApiVersion, withItems, withItems, withKind, withMetadata, withNewMetadata
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
CloudCredentialListBuilder
public CloudCredentialListBuilder()
-
CloudCredentialListBuilder
public CloudCredentialListBuilder(CloudCredentialListFluent<?> fluent)
-
CloudCredentialListBuilder
public CloudCredentialListBuilder(CloudCredentialListFluent<?> fluent, CloudCredentialList instance)
-
CloudCredentialListBuilder
public CloudCredentialListBuilder(CloudCredentialList instance)
-
-
Method Detail
-
build
public CloudCredentialList build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<CloudCredentialList>
-
-