Class KubernetesVersionsFilters
The range of kubernetes versions an addon can be configured.
Inherited Members
Namespace: Oci.ContainerengineService.Models
Assembly: OCI.DotNetSDK.Containerengine.dll
Syntax
public class KubernetesVersionsFilters
Properties
ExactKubernetesVersions
Declaration
[JsonProperty(PropertyName = "exactKubernetesVersions")]
public List<string> ExactKubernetesVersions { get; set; }
Property Value
| Type | Description |
|---|---|
| List<string> | The exact version of kubernetes that are compatible. |
MaximumVersion
Declaration
[JsonProperty(PropertyName = "maximumVersion")]
public string MaximumVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The latest kubernetes version. |
MinimalVersion
Declaration
[JsonProperty(PropertyName = "minimalVersion")]
public string MinimalVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The earliest kubernetes version. |