Package io.fabric8.kubernetes.api.model
Class ListMetaBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ListMetaFluent<ListMetaBuilder>
-
- io.fabric8.kubernetes.api.model.ListMetaBuilder
-
- All Implemented Interfaces:
Builder<ListMeta>,Visitable<ListMetaBuilder>,VisitableBuilder<ListMeta,ListMetaBuilder>
public class ListMetaBuilder extends ListMetaFluent<ListMetaBuilder> implements VisitableBuilder<ListMeta,ListMetaBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ListMetaFluent
ListMetaFluent.ShardInfoNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables, VISIT
-
-
Constructor Summary
Constructors Constructor Description ListMetaBuilder()ListMetaBuilder(ListMeta instance)ListMetaBuilder(ListMetaFluent<?> fluent)ListMetaBuilder(ListMetaFluent<?> fluent, ListMeta instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListMetabuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.ListMetaFluent
addToAdditionalProperties, addToAdditionalProperties, buildShardInfo, copyInstance, editOrNewShardInfo, editOrNewShardInfoLike, editShardInfo, equals, getAdditionalProperties, getContinue, getRemainingItemCount, getResourceVersion, getSelfLink, hasAdditionalProperties, hasContinue, hashCode, hasRemainingItemCount, hasResourceVersion, hasSelfLink, hasShardInfo, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withContinue, withNewShardInfo, withNewShardInfo, withNewShardInfoLike, withRemainingItemCount, withResourceVersion, withSelfLink, withShardInfo
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ListMetaBuilder
public ListMetaBuilder()
-
ListMetaBuilder
public ListMetaBuilder(ListMetaFluent<?> fluent)
-
ListMetaBuilder
public ListMetaBuilder(ListMeta instance)
-
ListMetaBuilder
public ListMetaBuilder(ListMetaFluent<?> fluent, ListMeta instance)
-
-