API Reference
Packages
kro.run/v1alpha1
Package v1alpha1 contains API Schema definitions for the x v1alpha1 API group
Resource Types
Condition
Condition is the common struct used by all CRDs managed by ACK service controllers to indicate terminal states of the CR and its backend AWS service API resource
Appears in:
| Field | Description | Default | Validation |
|---|---|---|---|
type ConditionType | Type is the type of the Condition | ||
status ConditionStatus | Status of the condition, one of True, False, Unknown. | ||
lastTransitionTime Time | Last time the condition transitioned from one status to another. | ||
reason string | The reason for the condition's last transition. | ||
message string | A human readable message indicating details about the transition. | ||
observedGeneration integer | observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance. | Minimum: 0 |
ConditionType
Underlying type: string
Appears in:
Definition
Appears in:
| Field | Description | Default | Validation |
|---|---|---|---|
spec RawExtension | |||
status RawExtension | |||
types RawExtension | |||
validation string array |
Resource
Appears in:
| Field | Description | Default | Validation |
|---|---|---|---|
name string | Required: | ||
definition RawExtension | Required: |
ResourceGroup
ResourceGroup is the Schema for the resourcegroups API
Appears in:
| Field | Description | Default | Validation |
|---|---|---|---|
apiVersion string | kro.run/v1alpha1 | ||
kind string | ResourceGroup | ||
kind string | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds | ||
apiVersion string | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources | ||
metadata ObjectMeta | Refer to Kubernetes API documentation for fields of metadata. | ||
spec ResourceGroupSpec | |||
status ResourceGroupStatus |
ResourceGroupList
ResourceGroupList contains a list of ResourceGroup
| Field | Description | Default | Validation |
|---|---|---|---|
apiVersion string | kro.run/v1alpha1 | ||
kind string | ResourceGroupList | ||
kind string | Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds | ||
apiVersion string | APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources | ||
metadata ListMeta | Refer to Kubernetes API documentation for fields of metadata. | ||
items ResourceGroup array |
ResourceGroupSpec
ResourceGroupSpec defines the desired state of ResourceGroup
Appears in:
| Field | Description | Default | Validation |
|---|---|---|---|
kind string | Required: | ||
apiVersion string | Required: | ||
definition Definition | Required: | ||
resources Resource array | Optional: |
ResourceGroupState
Underlying type: string
Appears in:
ResourceGroupStatus
ResourceGroupStatus defines the observed state of ResourceGroup
Appears in:
| Field | Description | Default | Validation |
|---|---|---|---|
state ResourceGroupState | State is the state of the resourcegroup | ||
topologicalOrder string array | TopologicalOrder is the topological order of the resourcegroup graph | ||
conditions Condition array | Conditions represent the latest available observations of an object's state |