Interface GenerationStatusFluent<A extends GenerationStatusFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
AuthenticationStatusFluent.GenerationsNested<N>,ConsoleStatusFluent.GenerationsNested<N>,CSISnapshotControllerStatusFluent.GenerationsNested<N>,EtcdStatusFluent.GenerationsNested<N>,KubeAPIServerStatusFluent.GenerationsNested<N>,KubeControllerManagerStatusFluent.GenerationsNested<N>,KubeSchedulerStatusFluent.GenerationsNested<N>,KubeStorageVersionMigratorStatusFluent.GenerationsNested<N>,OpenShiftAPIServerStatusFluent.GenerationsNested<N>,OpenShiftControllerManagerStatusFluent.GenerationsNested<N>,ServiceCAStatusFluent.GenerationsNested<N>,ServiceCatalogAPIServerStatusFluent.GenerationsNested<N>,ServiceCatalogControllerManagerStatusFluent.GenerationsNested<N>
- All Known Implementing Classes:
AuthenticationStatusFluentImpl.GenerationsNestedImpl,ConsoleStatusFluentImpl.GenerationsNestedImpl,CSISnapshotControllerStatusFluentImpl.GenerationsNestedImpl,EtcdStatusFluentImpl.GenerationsNestedImpl,GenerationStatusBuilder,GenerationStatusFluentImpl,KubeAPIServerStatusFluentImpl.GenerationsNestedImpl,KubeControllerManagerStatusFluentImpl.GenerationsNestedImpl,KubeSchedulerStatusFluentImpl.GenerationsNestedImpl,KubeStorageVersionMigratorStatusFluentImpl.GenerationsNestedImpl,OpenShiftAPIServerStatusFluentImpl.GenerationsNestedImpl,OpenShiftControllerManagerStatusFluentImpl.GenerationsNestedImpl,ServiceCAStatusFluentImpl.GenerationsNestedImpl,ServiceCatalogAPIServerStatusFluentImpl.GenerationsNestedImpl,ServiceCatalogControllerManagerStatusFluentImpl.GenerationsNestedImpl
public interface GenerationStatusFluent<A extends GenerationStatusFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
-
-
-
Method Detail
-
getGroup
String getGroup()
-
hasGroup
Boolean hasGroup()
-
withNewGroup
A withNewGroup(StringBuilder arg1)
-
withNewGroup
A withNewGroup(StringBuffer arg1)
-
getHash
String getHash()
-
hasHash
Boolean hasHash()
-
withNewHash
A withNewHash(StringBuilder arg1)
-
withNewHash
A withNewHash(StringBuffer arg1)
-
getLastGeneration
Long getLastGeneration()
-
hasLastGeneration
Boolean hasLastGeneration()
-
getName
String getName()
-
hasName
Boolean hasName()
-
withNewName
A withNewName(StringBuilder arg1)
-
withNewName
A withNewName(StringBuffer arg1)
-
getNamespace
String getNamespace()
-
hasNamespace
Boolean hasNamespace()
-
withNewNamespace
A withNewNamespace(StringBuilder arg1)
-
withNewNamespace
A withNewNamespace(StringBuffer arg1)
-
getResource
String getResource()
-
hasResource
Boolean hasResource()
-
withNewResource
A withNewResource(StringBuilder arg1)
-
withNewResource
A withNewResource(StringBuffer arg1)
-
-