tcaAddonResource_tcaK8sResources

tcaAddonResource_tcaK8sResources
tcaAddonResource_tcaK8sResources
JSON Example
{
    "metadata": "{}",
    "apiVersion": "apiVersion",
    "kind": "kind",
    "spec": {
        "tcaBomReleaseRef": {
            "uid": "uid",
            "apiVersion": "apiVersion",
            "kind": "kind",
            "resourceVersion": "resourceVersion",
            "fieldPath": "fieldPath",
            "name": "name",
            "namespace": "namespace"
        },
        "name": "name",
        "namespace": "namespace",
        "secretRef": {
            "uid": "uid",
            "apiVersion": "apiVersion",
            "kind": "kind",
            "resourceVersion": "resourceVersion",
            "fieldPath": "fieldPath",
            "name": "name",
            "namespace": "namespace"
        },
        "clusterRef": {
            "uid": "uid",
            "apiVersion": "apiVersion",
            "kind": "kind",
            "resourceVersion": "resourceVersion",
            "fieldPath": "fieldPath",
            "name": "name",
            "namespace": "namespace"
        }
    },
    "status": {
        "phase": "phase",
        "tcaBomRelease": "tcaBomRelease",
        "conditions": [
            {
                "severity": "severity",
                "reason": "reason",
                "lastTransitionTime": "2000-01-23T04:56:07.000Z",
                "message": "message",
                "type": "type",
                "status": "status"
            },
            {
                "severity": "severity",
                "reason": "reason",
                "lastTransitionTime": "2000-01-23T04:56:07.000Z",
                "message": "message",
                "type": "type",
                "status": "status"
            }
        ],
        "version": "version"
    }
}
string
apiVersion
Optional

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

string
kind
Optional

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

object
metadata
Optional

metadata

spec
Optional

spec

status
Optional

status

Property Of