| Package | Description |
|---|---|
| io.dekorate.knative.config |
| Modifier and Type | Method and Description |
|---|---|
HttpTransportVersion |
KnativeConfigFluent.getHttpTransportVersion() |
HttpTransportVersion |
KnativeConfigFluentImpl.getHttpTransportVersion() |
HttpTransportVersion |
KnativeConfig.getHttpTransportVersion() |
static HttpTransportVersion |
HttpTransportVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpTransportVersion[] |
HttpTransportVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
A |
KnativeConfigFluent.withHttpTransportVersion(HttpTransportVersion httpTransportVersion) |
A |
KnativeConfigFluentImpl.withHttpTransportVersion(HttpTransportVersion httpTransportVersion) |
| Constructor and Description |
|---|
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) |
KnativeConfig(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) |
Copyright © 2018–2020 Red Hat. All rights reserved.