public class MinikubeConfig extends BaseConfig
| Constructor and Description |
|---|
MinikubeConfig() |
MinikubeConfig(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,
HostAlias[] hostAliases,
Probe livenessProbe,
Probe readinessProbe,
Probe startupProbe,
ResourceRequirements requestResources,
ResourceRequirements limitResources,
Container[] sidecars,
Boolean autoDeployEnabled,
Job[] jobs,
CronJob[] cronJobs) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
static MinikubeConfigBuilder |
newMinikubeConfigBuilder() |
static MinikubeConfigBuilder |
newMinikubeConfigBuilderFromDefaults() |
getAnnotations, getArguments, getAutoDeployEnabled, getAwsElasticBlockStoreVolumes, getAzureDiskVolumes, getAzureFileVolumes, getCommand, getConfigMapVolumes, getCronJobs, getDeploymentKind, getEmptyDirVolumes, getEnvVars, getGitRepoVolumes, getHostAliases, getImagePullPolicy, getImagePullSecrets, getJobs, getLabels, getLimitResources, getLivenessProbe, getMounts, getPorts, getPvcVolumes, getReadinessProbe, getRequestResources, getSecretVolumes, getServiceAccount, getServiceType, getSidecars, getStartupProbe, getWorkingDir, isAutoDeployEnabled, newBaseConfigBuilder, newBaseConfigBuilderFromDefaultsgetName, getPartOf, getVersion, setName, setPartOf, setVersionentrySet, getAttribute, getAttributeOrDefault, getAttributes, getProject, hasAttribute, put, setAttributes, setProjectpublic MinikubeConfig()
public MinikubeConfig(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, HostAlias[] hostAliases, Probe livenessProbe, Probe readinessProbe, Probe startupProbe, ResourceRequirements requestResources, ResourceRequirements limitResources, Container[] sidecars, Boolean autoDeployEnabled, Job[] jobs, CronJob[] cronJobs)
public static MinikubeConfigBuilder newMinikubeConfigBuilder()
public static MinikubeConfigBuilder newMinikubeConfigBuilderFromDefaults()
public boolean equals(Object o)
equals in class BaseConfigpublic int hashCode()
hashCode in class BaseConfigCopyright © 2018–2022 Red Hat. All rights reserved.