Skip to main content
Version: 0.1.0

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:

FieldDescriptionDefaultValidation
type ConditionTypeType is the type of the Condition
status ConditionStatusStatus of the condition, one of True, False, Unknown.
lastTransitionTime TimeLast time the condition transitioned from one status to another.
reason stringThe reason for the condition's last transition.
message stringA human readable message indicating details about the transition.
observedGeneration integerobservedGeneration 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:

FieldDescriptionDefaultValidation
spec RawExtension
status RawExtension
types RawExtension
validation string array

Resource

Appears in:

FieldDescriptionDefaultValidation
name stringRequired:
definition RawExtensionRequired:

ResourceGroup

ResourceGroup is the Schema for the resourcegroups API

Appears in:

FieldDescriptionDefaultValidation
apiVersion stringkro.run/v1alpha1
kind stringResourceGroup
kind stringKind 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 stringAPIVersion 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 ObjectMetaRefer to Kubernetes API documentation for fields of metadata.
spec ResourceGroupSpec
status ResourceGroupStatus

ResourceGroupList

ResourceGroupList contains a list of ResourceGroup

FieldDescriptionDefaultValidation
apiVersion stringkro.run/v1alpha1
kind stringResourceGroupList
kind stringKind 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 stringAPIVersion 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 ListMetaRefer to Kubernetes API documentation for fields of metadata.
items ResourceGroup array

ResourceGroupSpec

ResourceGroupSpec defines the desired state of ResourceGroup

Appears in:

FieldDescriptionDefaultValidation
kind stringRequired:
apiVersion stringRequired:
definition DefinitionRequired:
resources Resource arrayOptional:

ResourceGroupState

Underlying type: string

Appears in:

ResourceGroupStatus

ResourceGroupStatus defines the observed state of ResourceGroup

Appears in:

FieldDescriptionDefaultValidation
state ResourceGroupStateState is the state of the resourcegroup
topologicalOrder string arrayTopologicalOrder is the topological order of the resourcegroup graph
conditions Condition arrayConditions represent the latest available observations of an object's state

Brought to you with ♥ by SIG Cloud Provider