core.appvia.io/v1alpha1
Package v1alpha1 contains the core api resources
Exported Resource Types
Internal Resource Types
- ActionSelector
- Allocatable
- CloudAccessConfigRef
- CloudAccessConfigValuesFrom
- CloudResource
- ClusterCapability
- ClusterCapabilitySpec
- ClusterNetworkRef
- ClusterPackage
- ClusterPackageCapability
- ClusterPackageSpec
- ClusterRef
- ClusterValuesFrom
- CommonStatus
- CommonStatusAware
- Condition
- ConditionSpec
- ConditionSpecs
- ConditionType
- Conditions
- ConfigurationFromSource
- DNSZoneRef
- DomainValuesFrom
- LastReconcileStatus
- NamespaceClaimRef
- Object
- ObjectVersion
- ObsoleteResource
- OptionalSecretKeySelector
- OwnedResources
- Ownership
- PackageRef
- PlanObject
- PlanPolicy
- PlanRef
- PlanSpec
- PlatformSecretRef
- PublishState
- PublishingState
- ResourceAllocation
- ResourceAllocationType
- ResourceSelector
- ResourceValuesFrom
- RoutingStatus
- RoutingStatusAware
- RoutingTargetStatus
- RoutingTargetStatuses
- Scope
- ScopeStages
- ScopeWorkspace
- SecretKeySelector
- SecretValuesFrom
- Status
- SubjectSelector
- UpdateObject
- UpdateSpec
- UpdateStatus
- UpdateStep
- UpdateStepStatus
- UpdateSteps
- Value
- ValuesFrom
- Versioned
- VersionedObject
- WayfinderResource
- WorkspaceKey
- WorkspaceKeys
ActionSelector
ActionSelector is used to filter on the operation type
Field | Description |
---|---|
verbs []string |
Allocatable
Allocatable must be implemented by CRDs which are allocateable
CloudAccessConfigRef
(Appears on: AppEnvHostEnv, AppEnvSpec, CloudResourceReferenceSpec, ClusterSpec, AWSVPCReference, DNSZoneSpec, AWSVPCReference, DNSZoneSpec)
Mark 2023-10-27: if only I understood go generics better… fml for this repetition… CloudAccessConfigRef is a reference to a cloud access config
Field | Description |
---|---|
workspace WorkspaceKey | Workspace identifies the workspace in which this item exists. If empty, assume the same workspace as the object holding the reference. |
name string | Name is the object name of the referenced item |
CloudAccessConfigValuesFrom
(Appears on: ValuesFrom)
CloudAccessConfigValuesFrom is used to reference a values from an associated cloud access config
Field | Description |
---|---|
apiVersion string | APIVersion is the API version of the cloud access config resource |
Value Value | (Members of Value are embedded into this type.) Value is the value to be injected |
CloudResource
(Appears on: OwnedResources)
CloudResource is a reference to a resource in the given cloud
Field | Description |
---|---|
name string | Name is the name of the resource in the cloud |
id string | ID is the full cloud ID of the resource, e.g. the full ARN, Azure Resource ID, etc. |
type string | Type is the type of resource e.g. AzureManagedIdentity, AWSIAMRole |
cloud string | Cloud is the cloud where the resource exists |
ClusterCapability
Field | Description | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
name string | Name is the name of the capability | ||||||||||||||||||||||
status CommonStatus |
| ||||||||||||||||||||||
spec ClusterCapabilitySpec |
|