Class AppsAPIGroupClient
- java.lang.Object
-
- io.fabric8.kubernetes.client.extension.ClientAdapter<AppsAPIGroupClient>
-
- io.fabric8.kubernetes.client.impl.AppsAPIGroupClient
-
- All Implemented Interfaces:
Client
,AppsAPIGroupDSL
,Closeable
,AutoCloseable
public class AppsAPIGroupClient extends ClientAdapter<AppsAPIGroupClient> implements AppsAPIGroupDSL
-
-
Constructor Summary
Constructors Constructor Description AppsAPIGroupClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MixedOperation<io.fabric8.kubernetes.api.model.apps.ControllerRevision,io.fabric8.kubernetes.api.model.apps.ControllerRevisionList,Resource<io.fabric8.kubernetes.api.model.apps.ControllerRevision>>
controllerRevisions()
MixedOperation<io.fabric8.kubernetes.api.model.apps.DaemonSet,io.fabric8.kubernetes.api.model.apps.DaemonSetList,Resource<io.fabric8.kubernetes.api.model.apps.DaemonSet>>
daemonSets()
MixedOperation<io.fabric8.kubernetes.api.model.apps.Deployment,io.fabric8.kubernetes.api.model.apps.DeploymentList,RollableScalableResource<io.fabric8.kubernetes.api.model.apps.Deployment>>
deployments()
AppsAPIGroupClient
newInstance()
MixedOperation<io.fabric8.kubernetes.api.model.apps.ReplicaSet,io.fabric8.kubernetes.api.model.apps.ReplicaSetList,RollableScalableResource<io.fabric8.kubernetes.api.model.apps.ReplicaSet>>
replicaSets()
MixedOperation<io.fabric8.kubernetes.api.model.apps.StatefulSet,io.fabric8.kubernetes.api.model.apps.StatefulSetList,RollableScalableResource<io.fabric8.kubernetes.api.model.apps.StatefulSet>>
statefulSets()
-
Methods inherited from class io.fabric8.kubernetes.client.extension.ClientAdapter
adapt, close, getApiGroup, getApiGroups, getApiResources, getApiVersion, getAPIVersions, getClient, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, inAnyNamespace, init, inNamespace, newClient, raw, resources, rootPaths, supports, supports, supportsApiPath
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.client.Client
adapt, close, getApiGroup, getApiGroups, getApiResources, getApiVersion, getAPIVersions, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, newClient, raw, raw, resources, resources, rootPaths, supports, supports, supportsApiPath
-
-
-
-
Method Detail
-
daemonSets
public MixedOperation<io.fabric8.kubernetes.api.model.apps.DaemonSet,io.fabric8.kubernetes.api.model.apps.DaemonSetList,Resource<io.fabric8.kubernetes.api.model.apps.DaemonSet>> daemonSets()
- Specified by:
daemonSets
in interfaceAppsAPIGroupDSL
-
deployments
public MixedOperation<io.fabric8.kubernetes.api.model.apps.Deployment,io.fabric8.kubernetes.api.model.apps.DeploymentList,RollableScalableResource<io.fabric8.kubernetes.api.model.apps.Deployment>> deployments()
- Specified by:
deployments
in interfaceAppsAPIGroupDSL
-
replicaSets
public MixedOperation<io.fabric8.kubernetes.api.model.apps.ReplicaSet,io.fabric8.kubernetes.api.model.apps.ReplicaSetList,RollableScalableResource<io.fabric8.kubernetes.api.model.apps.ReplicaSet>> replicaSets()
- Specified by:
replicaSets
in interfaceAppsAPIGroupDSL
-
statefulSets
public MixedOperation<io.fabric8.kubernetes.api.model.apps.StatefulSet,io.fabric8.kubernetes.api.model.apps.StatefulSetList,RollableScalableResource<io.fabric8.kubernetes.api.model.apps.StatefulSet>> statefulSets()
- Specified by:
statefulSets
in interfaceAppsAPIGroupDSL
-
controllerRevisions
public MixedOperation<io.fabric8.kubernetes.api.model.apps.ControllerRevision,io.fabric8.kubernetes.api.model.apps.ControllerRevisionList,Resource<io.fabric8.kubernetes.api.model.apps.ControllerRevision>> controllerRevisions()
- Specified by:
controllerRevisions
in interfaceAppsAPIGroupDSL
-
newInstance
public AppsAPIGroupClient newInstance()
- Specified by:
newInstance
in classClientAdapter<AppsAPIGroupClient>
-
-