Class GenerationStatusFluentImpl<A extends GenerationStatusFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.v1.GenerationStatusFluentImpl<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,GenerationStatusFluent<A>
- Direct Known Subclasses:
AuthenticationStatusFluentImpl.GenerationsNestedImpl,ConsoleStatusFluentImpl.GenerationsNestedImpl,CSISnapshotControllerStatusFluentImpl.GenerationsNestedImpl,EtcdStatusFluentImpl.GenerationsNestedImpl,GenerationStatusBuilder,KubeAPIServerStatusFluentImpl.GenerationsNestedImpl,KubeControllerManagerStatusFluentImpl.GenerationsNestedImpl,KubeSchedulerStatusFluentImpl.GenerationsNestedImpl,KubeStorageVersionMigratorStatusFluentImpl.GenerationsNestedImpl,OpenShiftAPIServerStatusFluentImpl.GenerationsNestedImpl,OpenShiftControllerManagerStatusFluentImpl.GenerationsNestedImpl,ServiceCAStatusFluentImpl.GenerationsNestedImpl,ServiceCatalogAPIServerStatusFluentImpl.GenerationsNestedImpl,ServiceCatalogControllerManagerStatusFluentImpl.GenerationsNestedImpl
public class GenerationStatusFluentImpl<A extends GenerationStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements GenerationStatusFluent<A>
-
-
Constructor Summary
Constructors Constructor Description GenerationStatusFluentImpl()GenerationStatusFluentImpl(GenerationStatus instance)
-
Method Summary
-
-
-
Constructor Detail
-
GenerationStatusFluentImpl
public GenerationStatusFluentImpl()
-
GenerationStatusFluentImpl
public GenerationStatusFluentImpl(GenerationStatus instance)
-
-
Method Detail
-
getGroup
public String getGroup()
- Specified by:
getGroupin interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
withGroup
public A withGroup(String group)
- Specified by:
withGroupin interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
hasGroup
public Boolean hasGroup()
- Specified by:
hasGroupin interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
withNewGroup
public A withNewGroup(String arg1)
- Specified by:
withNewGroupin interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
withNewGroup
public A withNewGroup(StringBuilder arg1)
- Specified by:
withNewGroupin interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
withNewGroup
public A withNewGroup(StringBuffer arg1)
- Specified by:
withNewGroupin interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
getHash
public String getHash()
- Specified by:
getHashin interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
withHash
public A withHash(String hash)
- Specified by:
withHashin interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
hasHash
public Boolean hasHash()
- Specified by:
hasHashin interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
withNewHash
public A withNewHash(String arg1)
- Specified by:
withNewHashin interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
withNewHash
public A withNewHash(StringBuilder arg1)
- Specified by:
withNewHashin interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
withNewHash
public A withNewHash(StringBuffer arg1)
- Specified by:
withNewHashin interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
getLastGeneration
public Long getLastGeneration()
- Specified by:
getLastGenerationin interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
withLastGeneration
public A withLastGeneration(Long lastGeneration)
- Specified by:
withLastGenerationin interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
hasLastGeneration
public Boolean hasLastGeneration()
- Specified by:
hasLastGenerationin interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
getName
public String getName()
- Specified by:
getNamein interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
withName
public A withName(String name)
- Specified by:
withNamein interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
hasName
public Boolean hasName()
- Specified by:
hasNamein interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
withNewName
public A withNewName(String arg1)
- Specified by:
withNewNamein interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
withNewName
public A withNewName(StringBuilder arg1)
- Specified by:
withNewNamein interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
withNewName
public A withNewName(StringBuffer arg1)
- Specified by:
withNewNamein interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
getNamespace
public String getNamespace()
- Specified by:
getNamespacein interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
withNamespace
public A withNamespace(String namespace)
- Specified by:
withNamespacein interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
hasNamespace
public Boolean hasNamespace()
- Specified by:
hasNamespacein interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
withNewNamespace
public A withNewNamespace(String arg1)
- Specified by:
withNewNamespacein interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
withNewNamespace
public A withNewNamespace(StringBuilder arg1)
- Specified by:
withNewNamespacein interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
withNewNamespace
public A withNewNamespace(StringBuffer arg1)
- Specified by:
withNewNamespacein interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
getResource
public String getResource()
- Specified by:
getResourcein interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
withResource
public A withResource(String resource)
- Specified by:
withResourcein interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
hasResource
public Boolean hasResource()
- Specified by:
hasResourcein interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
withNewResource
public A withNewResource(String arg1)
- Specified by:
withNewResourcein interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
withNewResource
public A withNewResource(StringBuilder arg1)
- Specified by:
withNewResourcein interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
withNewResource
public A withNewResource(StringBuffer arg1)
- Specified by:
withNewResourcein interfaceGenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
-