You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"schema": "{\n \"description\": \"Configuration is the CRD type for a request to add a configuration to Crossplane.\",\n \"properties\": {\n \"spec\": {\n \"description\": \"ConfigurationSpec specifies details about a request to install a configuration to Crossplane.\",\n \"properties\": {\n \"package\": {\n \"description\": \"Package is the name of the package that is being requested.\",\n \"type\": \"string\"\n },\n \"packagePullPolicy\": {\n \"description\": \"PackagePullPolicy defines the pull policy for the package.\",\n \"type\": \"string\"\n },\n \"packagePullSecrets\": {\n \"description\": \"PackagePullSecrets are named secrets in the same namespace that can be used to fetch packages from private registries.\",\n \"items\": {\n \"description\": \"LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.\",\n \"properties\": {\n \"name\": {\n \"description\": \"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?\",\n \"type\": \"string\"\n }\n },\n \"type\": \"object\"\n },\n \"type\": \"array\"\n },\n \"revisionActivationPolicy\": {\n \"description\": \"RevisionActivationPolicy specifies how the package controller should update from one revision to the next. Options are Automatic or Manual. Default is Automatic.\",\n \"type\": \"string\"\n },\n \"revisionHistoryLimit\": {\n \"description\": \"RevisionHistoryLimit dictates how the package controller cleans up old inactive package revisions. Defaults to 1. Can be disabled by explicitly setting to 0.\",\n \"format\": \"int64\",\n \"type\": \"integer\"\n }\n },\n \"required\": [\n \"package\"\n ],\n \"type\": \"object\"\n }\n },\n \"title\": \"Configuration\",\n \"type\": \"object\"\n}",
"schema": "{\n \"description\": \"Configuration is the CRD type for a request to add a configuration to Crossplane.\",\n \"properties\": {\n \"spec\": {\n \"description\": \"ConfigurationSpec specifies details about a request to install a configuration to Crossplane.\",\n \"properties\": {\n \"package\": {\n \"description\": \"Package is the name of the package that is being requested.\",\n \"type\": \"string\"\n },\n \"packagePullPolicy\": {\n \"description\": \"PackagePullPolicy defines the pull policy for the package.\",\n \"type\": \"string\"\n },\n \"packagePullSecrets\": {\n \"description\": \"PackagePullSecrets are named secrets in the same namespace that can be used to fetch packages from private registries.\",\n \"items\": {\n \"description\": \"LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.\",\n \"properties\": {\n \"name\": {\n \"description\": \"Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names TODO: Add other useful fields. apiVersion, kind, uid?\",\n \"type\": \"string\"\n }\n },\n \"type\": \"object\"\n },\n \"type\": \"array\"\n },\n \"revisionActivationPolicy\": {\n \"description\": \"RevisionActivationPolicy specifies how the package controller should update from one revision to the next. Options are Automatic or Manual. Default is Automatic.\",\n \"type\": \"string\"\n },\n \"revisionHistoryLimit\": {\n \"description\": \"RevisionHistoryLimit dictates how the package controller cleans up old inactive package revisions. Defaults to 1. Can be disabled by explicitly setting to 0.\",\n \"format\": \"int64\",\n \"type\": \"integer\"\n }\n },\n \"required\": [\n \"package\"\n ],\n \"type\": \"object\"\n }\n },\n \"title\": \"Configuration\",\n \"type\": \"object\"\n}"
"schema": "{\n \"description\": \"A ConfigurationRevision that has been added to Crossplane.\",\n \"properties\": {\n \"spec\": {\n \"description\": \"PackageRevisionSpec specifies the desired state of a PackageRevision.\",\n \"properties\": {\n \"desiredState\": {\n \"description\": \"DesiredState of the PackageRevision. Can be either Active or Inactive.\",\n \"type\": \"string\"\n },\n \"image\": {\n \"description\": \"Image used for install Pod to extract package contents.\",\n \"type\": \"string\"\n },\n \"installPodRef\": {\n \"description\": \"Reference to install Pod. PackageRevision reads logs of this Pod to create resources owned by the PackageRevision.\",\n \"properties\": {\n \"name\": {\n \"description\": \"Name of the referenced object.\",\n \"type\": \"string\"\n }\n },\n \"required\": [\n \"name\"\n ],\n \"type\": \"object\"\n },\n \"revision\": {\n \"description\": \"Revision number. Indicates when the revision will be garbage collected based on the parent's RevisionHistoryLimit.\",\n \"format\": \"int64\",\n \"type\": \"integer\"\n }\n },\n \"required\": [\n \"desiredState\",\n \"image\",\n \"installPodRef\",\n \"revision\"\n ],\n \"type\": \"object\"\n }\n },\n \"title\": \"Configuration Revision\",\n \"type\": \"object\"\n}",
"schema": "{\n \"description\": \"A ConfigurationRevision that has been added to Crossplane.\",\n \"properties\": {\n \"spec\": {\n \"description\": \"PackageRevisionSpec specifies the desired state of a PackageRevision.\",\n \"properties\": {\n \"desiredState\": {\n \"description\": \"DesiredState of the PackageRevision. Can be either Active or Inactive.\",\n \"type\": \"string\"\n },\n \"image\": {\n \"description\": \"Image used for install Pod to extract package contents.\",\n \"type\": \"string\"\n },\n \"installPodRef\": {\n \"description\": \"Reference to install Pod. PackageRevision reads logs of this Pod to create resources owned by the PackageRevision.\",\n \"properties\": {\n \"name\": {\n \"description\": \"Name of the referenced object.\",\n \"type\": \"string\"\n }\n },\n \"required\": [\n \"name\"\n ],\n \"type\": \"object\"\n },\n \"revision\": {\n \"description\": \"Revision number. Indicates when the revision will be garbage collected based on the parent's RevisionHistoryLimit.\",\n \"format\": \"int64\",\n \"type\": \"integer\"\n }\n },\n \"required\": [\n \"desiredState\",\n \"image\",\n \"installPodRef\",\n \"revision\"\n ],\n \"type\": \"object\"\n }\n },\n \"title\": \"Configuration Revision\",\n \"type\": \"object\"\n}"
0 commit comments