public class EditableKnativeConfig extends KnativeConfig implements io.dekorate.deps.kubernetes.api.builder.Editable<KnativeConfigBuilder>
| Constructor and Description |
|---|
EditableKnativeConfig() |
EditableKnativeConfig(Project project,
Map<ConfigKey,Object> attributes,
String partOf,
String name,
String version,
Label[] labels,
Annotation[] annotations,
Env[] envVars,
String workingDir,
String[] command,
String[] arguments,
String serviceAccount,
String host,
Port[] ports,
ServiceType serviceType,
PersistentVolumeClaimVolume[] pvcVolumes,
SecretVolume[] secretVolumes,
ConfigMapVolume[] configMapVolumes,
GitRepoVolume[] gitRepoVolumes,
AwsElasticBlockStoreVolume[] awsElasticBlockStoreVolumes,
AzureDiskVolume[] azureDiskVolumes,
AzureFileVolume[] azureFileVolumes,
Mount[] mounts,
ImagePullPolicy imagePullPolicy,
String[] imagePullSecrets,
HostAlias[] hostAliases,
Probe livenessProbe,
Probe readinessProbe,
ResourceRequirements requestResources,
ResourceRequirements limitResources,
Container[] sidecars,
boolean expose,
boolean autoDeployEnabled,
String revisionName,
HttpTransportVersion httpTransportVersion,
int minScale,
int maxScale,
boolean scaleToZeroEnabled,
AutoScaling revisionAutoScaling,
GlobalAutoScaling globalAutoScaling,
String templateName,
Traffic[] traffic) |
| Modifier and Type | Method and Description |
|---|---|
KnativeConfigBuilder |
edit() |
equals, getGlobalAutoScaling, getHttpTransportVersion, getMaxScale, getMinScale, getRevisionAutoScaling, getRevisionName, getTemplateName, getTraffic, hashCode, isScaleToZeroEnabled, newKnativeConfigBuildergetAnnotations, getArguments, getAwsElasticBlockStoreVolumes, getAzureDiskVolumes, getAzureFileVolumes, getCommand, getConfigMapVolumes, getEnvVars, getGitRepoVolumes, getHost, getHostAliases, getImagePullPolicy, getImagePullSecrets, getLabels, getLimitResources, getLivenessProbe, getMounts, getPorts, getPvcVolumes, getReadinessProbe, getRequestResources, getSecretVolumes, getServiceAccount, getServiceType, getSidecars, getWorkingDir, isAutoDeployEnabled, isExposegetName, getPartOf, getVersion, setName, setPartOf, setVersionentrySet, getAttribute, getAttributeOrDefault, getAttributes, getProject, hasAttribute, put, setAttributes, setProjectpublic EditableKnativeConfig()
public EditableKnativeConfig(Project project, Map<ConfigKey,Object> attributes, String partOf, String name, String version, Label[] labels, Annotation[] annotations, Env[] envVars, String workingDir, String[] command, String[] arguments, String serviceAccount, String host, Port[] ports, ServiceType serviceType, PersistentVolumeClaimVolume[] pvcVolumes, SecretVolume[] secretVolumes, ConfigMapVolume[] configMapVolumes, GitRepoVolume[] gitRepoVolumes, AwsElasticBlockStoreVolume[] awsElasticBlockStoreVolumes, AzureDiskVolume[] azureDiskVolumes, AzureFileVolume[] azureFileVolumes, Mount[] mounts, ImagePullPolicy imagePullPolicy, String[] imagePullSecrets, HostAlias[] hostAliases, Probe livenessProbe, Probe readinessProbe, ResourceRequirements requestResources, ResourceRequirements limitResources, Container[] sidecars, boolean expose, boolean autoDeployEnabled, String revisionName, HttpTransportVersion httpTransportVersion, int minScale, int maxScale, boolean scaleToZeroEnabled, AutoScaling revisionAutoScaling, GlobalAutoScaling globalAutoScaling, String templateName, Traffic[] traffic)
public KnativeConfigBuilder edit()
edit in interface io.dekorate.deps.kubernetes.api.builder.Editable<KnativeConfigBuilder>Copyright © 2018–2020 Red Hat. All rights reserved.