Package | Description |
---|---|
org.csanchez.jenkins.plugins.kubernetes | |
org.csanchez.jenkins.plugins.kubernetes.pipeline | |
org.csanchez.jenkins.plugins.kubernetes.volumes |
Modifier and Type | Class and Description |
---|---|
static class |
PodVolumes.EmptyDirVolume
Deprecated.
|
static class |
PodVolumes.HostPathVolume
Deprecated.
|
static class |
PodVolumes.NfsVolume
Deprecated.
|
static class |
PodVolumes.PodVolume
Deprecated.
|
static class |
PodVolumes.SecretVolume
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<PodVolume> |
PodTemplate.getVolumes() |
Modifier and Type | Method and Description |
---|---|
void |
PodTemplate.setVolumes(List<PodVolume> items) |
Constructor and Description |
---|
PodTemplate(String image,
List<? extends PodVolume> volumes)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<PodVolume> |
PodTemplateStep.getVolumes() |
Modifier and Type | Method and Description |
---|---|
void |
PodTemplateStep.setVolumes(List<PodVolume> volumes) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigMapVolume |
class |
EmptyDirVolume |
class |
HostPathVolume |
class |
NfsVolume |
class |
PersistentVolumeClaim |
class |
SecretVolume |
Modifier and Type | Method and Description |
---|---|
static boolean |
PodVolume.podVolumeExists(String path,
List<PodVolume> existingVolumes) |
Copyright © 2016–2019. All rights reserved.