ArgoCDExtension
argoproj.io / v1alpha1
apiVersion: argoproj.io/v1alpha1
kind: ArgoCDExtension
metadata:
name: example
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
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
metadata
object
spec object
ArgoCDExtensionSpec defines the desired state of ArgoCDExtension
sources []object required
Sources specifies where the extension should come from
git object
Git is specified if the extension should be sourced from a git repository
revision
string
Revision specifies the revision of the Repository to fetch
url
string
URL specifies the Git repository URL to fetch
web object
Web is specified if the extension should be sourced from a web file
url
string
URK specifies the remote file URL
status object
ArgoCDExtensionStatus defines the observed state of ArgoCDExtension
conditions []object
message
string required
Message contains human-readable message indicating details about condition
status
string required
Boolean status describing if the condition is currently true
type
string required
Type is an ArgoCDExtension condition type
No matches. Try .spec.sources for an exact path