public class EditableKindConfig extends KindConfig implements io.fabric8.kubernetes.api.builder.Editable<KindConfigBuilder>
| Constructor and Description |
|---|
EditableKindConfig() |
EditableKindConfig(Project project,
Map<ConfigKey,Object> attributes,
String partOf,
String name,
String version,
String deploymentKind,
Label[] labels,
Annotation[] annotations,
Env[] envVars,
String workingDir,
String[] command,
String[] arguments,
String serviceAccount,
Port[] ports,
ServiceType serviceType,
PersistentVolumeClaimVolume[] pvcVolumes,
SecretVolume[] secretVolumes,
ConfigMapVolume[] configMapVolumes,
EmptyDirVolume[] emptyDirVolumes,
GitRepoVolume[] gitRepoVolumes,
AwsElasticBlockStoreVolume[] awsElasticBlockStoreVolumes,
AzureDiskVolume[] azureDiskVolumes,
AzureFileVolume[] azureFileVolumes,
Mount[] mounts,
ImagePullPolicy imagePullPolicy,
String[] imagePullSecrets,
DeploymentStrategy deploymentStrategy,
RollingUpdate rollingUpdate,
HostAlias[] hostAliases,
Probe livenessProbe,
Probe readinessProbe,
Probe startupProbe,
ResourceRequirements requestResources,
ResourceRequirements limitResources,
Container[] sidecars,
Boolean autoDeployEnabled,
Job[] jobs,
CronJob[] cronJobs,
Boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
KindConfigBuilder |
edit() |
equals, getEnabled, hashCode, isEnabled, newKindConfigBuilder, newKindConfigBuilderFromDefaultsgetAnnotations, getArguments, getAutoDeployEnabled, getAwsElasticBlockStoreVolumes, getAzureDiskVolumes, getAzureFileVolumes, getCommand, getConfigMapVolumes, getCronJobs, getDeploymentKind, getDeploymentStrategy, getEmptyDirVolumes, getEnvVars, getGitRepoVolumes, getHostAliases, getImagePullPolicy, getImagePullSecrets, getJobs, getLabels, getLimitResources, getLivenessProbe, getMounts, getPorts, getPvcVolumes, getReadinessProbe, getRequestResources, getRollingUpdate, getSecretVolumes, getServiceAccount, getServiceType, getSidecars, getStartupProbe, getWorkingDir, isAutoDeployEnabled, newBaseConfigBuilder, newBaseConfigBuilderFromDefaultsgetName, getPartOf, getVersion, setName, setPartOf, setVersionentrySet, getAttribute, getAttributeOrDefault, getAttributes, getProject, hasAttribute, put, setAttributes, setProjectpublic EditableKindConfig()
public EditableKindConfig(Project project, Map<ConfigKey,Object> attributes, String partOf, String name, String version, String deploymentKind, Label[] labels, Annotation[] annotations, Env[] envVars, String workingDir, String[] command, String[] arguments, String serviceAccount, Port[] ports, ServiceType serviceType, PersistentVolumeClaimVolume[] pvcVolumes, SecretVolume[] secretVolumes, ConfigMapVolume[] configMapVolumes, EmptyDirVolume[] emptyDirVolumes, GitRepoVolume[] gitRepoVolumes, AwsElasticBlockStoreVolume[] awsElasticBlockStoreVolumes, AzureDiskVolume[] azureDiskVolumes, AzureFileVolume[] azureFileVolumes, Mount[] mounts, ImagePullPolicy imagePullPolicy, String[] imagePullSecrets, DeploymentStrategy deploymentStrategy, RollingUpdate rollingUpdate, HostAlias[] hostAliases, Probe livenessProbe, Probe readinessProbe, Probe startupProbe, ResourceRequirements requestResources, ResourceRequirements limitResources, Container[] sidecars, Boolean autoDeployEnabled, Job[] jobs, CronJob[] cronJobs, Boolean enabled)
public KindConfigBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<KindConfigBuilder>Copyright © 2018–2023 Red Hat. All rights reserved.