Package | Description |
---|---|
io.kubernetes.client.models |
Modifier and Type | Method and Description |
---|---|
V1PodTemplateSpec |
V1JobSpec.getTemplate()
Describes the pod that will be created when executing a job.
|
V1PodTemplateSpec |
V1beta1DaemonSetSpec.getTemplate()
An object that describes the pod that will be created.
|
V1PodTemplateSpec |
ExtensionsV1beta1DeploymentSpec.getTemplate()
Template describes the pods that will be created.
|
V1PodTemplateSpec |
AppsV1beta1DeploymentSpec.getTemplate()
Template describes the pods that will be created.
|
V1PodTemplateSpec |
V1beta2DaemonSetSpec.getTemplate()
An object that describes the pod that will be created.
|
V1PodTemplateSpec |
V1PodTemplate.getTemplate()
Template defines the pods that will be created from this pod template.
|
V1PodTemplateSpec |
V1beta1StatefulSetSpec.getTemplate()
template is the object that describes the pod that will be created if insufficient replicas are detected.
|
V1PodTemplateSpec |
V1ReplicationControllerSpec.getTemplate()
Template is the object that describes the pod that will be created if insufficient replicas are detected.
|
V1PodTemplateSpec |
V1beta2ReplicaSetSpec.getTemplate()
Template is the object that describes the pod that will be created if insufficient replicas are detected.
|
V1PodTemplateSpec |
V1beta2DeploymentSpec.getTemplate()
Template describes the pods that will be created.
|
V1PodTemplateSpec |
V1beta1ReplicaSetSpec.getTemplate()
Template is the object that describes the pod that will be created if insufficient replicas are detected.
|
V1PodTemplateSpec |
V1beta2StatefulSetSpec.getTemplate()
template is the object that describes the pod that will be created if insufficient replicas are detected.
|
V1PodTemplateSpec |
V1PodTemplateSpec.metadata(V1ObjectMeta metadata) |
V1PodTemplateSpec |
V1PodTemplateSpec.spec(V1PodSpec spec) |
Modifier and Type | Method and Description |
---|---|
void |
V1JobSpec.setTemplate(V1PodTemplateSpec template) |
void |
V1beta1DaemonSetSpec.setTemplate(V1PodTemplateSpec template) |
void |
ExtensionsV1beta1DeploymentSpec.setTemplate(V1PodTemplateSpec template) |
void |
AppsV1beta1DeploymentSpec.setTemplate(V1PodTemplateSpec template) |
void |
V1beta2DaemonSetSpec.setTemplate(V1PodTemplateSpec template) |
void |
V1PodTemplate.setTemplate(V1PodTemplateSpec template) |
void |
V1beta1StatefulSetSpec.setTemplate(V1PodTemplateSpec template) |
void |
V1ReplicationControllerSpec.setTemplate(V1PodTemplateSpec template) |
void |
V1beta2ReplicaSetSpec.setTemplate(V1PodTemplateSpec template) |
void |
V1beta2DeploymentSpec.setTemplate(V1PodTemplateSpec template) |
void |
V1beta1ReplicaSetSpec.setTemplate(V1PodTemplateSpec template) |
void |
V1beta2StatefulSetSpec.setTemplate(V1PodTemplateSpec template) |
V1JobSpec |
V1JobSpec.template(V1PodTemplateSpec template) |
V1beta1DaemonSetSpec |
V1beta1DaemonSetSpec.template(V1PodTemplateSpec template) |
ExtensionsV1beta1DeploymentSpec |
ExtensionsV1beta1DeploymentSpec.template(V1PodTemplateSpec template) |
AppsV1beta1DeploymentSpec |
AppsV1beta1DeploymentSpec.template(V1PodTemplateSpec template) |
V1beta2DaemonSetSpec |
V1beta2DaemonSetSpec.template(V1PodTemplateSpec template) |
V1PodTemplate |
V1PodTemplate.template(V1PodTemplateSpec template) |
V1beta1StatefulSetSpec |
V1beta1StatefulSetSpec.template(V1PodTemplateSpec template) |
V1ReplicationControllerSpec |
V1ReplicationControllerSpec.template(V1PodTemplateSpec template) |
V1beta2ReplicaSetSpec |
V1beta2ReplicaSetSpec.template(V1PodTemplateSpec template) |
V1beta2DeploymentSpec |
V1beta2DeploymentSpec.template(V1PodTemplateSpec template) |
V1beta1ReplicaSetSpec |
V1beta1ReplicaSetSpec.template(V1PodTemplateSpec template) |
V1beta2StatefulSetSpec |
V1beta2StatefulSetSpec.template(V1PodTemplateSpec template) |
Copyright © 2017. All rights reserved.