public class KindConfig extends BaseConfig
| Constructor and Description |
|---|
KindConfig() |
KindConfig(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 |
|---|---|
boolean |
equals(Object o) |
Boolean |
getEnabled() |
int |
hashCode() |
boolean |
isEnabled() |
static KindConfigBuilder |
newKindConfigBuilder() |
static KindConfigBuilder |
newKindConfigBuilderFromDefaults() |
getAnnotations, 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 KindConfig()
public KindConfig(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 Boolean getEnabled()
public boolean isEnabled()
public static KindConfigBuilder newKindConfigBuilder()
public static KindConfigBuilder newKindConfigBuilderFromDefaults()
public boolean equals(Object o)
equals in class BaseConfigpublic int hashCode()
hashCode in class BaseConfigCopyright © 2018–2023 Red Hat. All rights reserved.