1 line
1.1 MiB
JSON
1 line
1.1 MiB
JSON
|
|
{"description":"Values Schema for the Telepresence OSS Helm Chart","title":"Telepresence Values","definitions":{"io.k8s.api.resource.v1beta1.DeviceClassSpec":{"description":"DeviceClassSpec is used in a [DeviceClass] to define what can be allocated and how to configure it.","properties":{"config":{"description":"Config defines configuration parameters that apply to each device that is claimed via this class. Some classses may potentially be satisfied by multiple drivers, so each instance of a vendor configuration applies to exactly one driver.\n\nThey are passed to the driver, but are not considered while allocating the claim.","items":{"$ref":"#/definitions/io.k8s.api.resource.v1beta1.DeviceClassConfiguration"},"type":"array","x-kubernetes-list-type":"atomic"},"selectors":{"description":"Each selector must be satisfied by a device which is claimed via this class.","items":{"$ref":"#/definitions/io.k8s.api.resource.v1beta1.DeviceSelector"},"type":"array","x-kubernetes-list-type":"atomic"}},"type":"object"},"io.k8s.api.storagemigration.v1alpha1.StorageVersionMigrationSpec":{"description":"Spec of the storage version migration.","properties":{"continueToken":{"description":"The token used in the list options to get the next chunk of objects to migrate. When the .status.conditions indicates the migration is \"Running\", users can use this token to check the progress of the migration.","type":"string"},"resource":{"$ref":"#/definitions/io.k8s.api.storagemigration.v1alpha1.GroupVersionResource","description":"The resource that is being migrated. The migrator sends requests to the endpoint serving the resource. Immutable."}},"required":["resource"],"type":"object"},"io.k8s.kube-aggregator.pkg.apis.apiregistration.v1.ServiceReference":{"description":"ServiceReference holds a reference to Service.legacy.k8s.io","properties":{"name":{"description":"Name is the name of the service","type":"string"},"namespace":{"description":"Namespace is the namespace of the service","type":"string"},"port":{"description":"If specified, the port on the service that hosting webhook. Default to 443 for backward compatibility. `port` should be a valid port number (1-65535, inclusive).","format":"int32","type":"integer"}},"type":"object"},"io.k8s.api.admissionregistration.v1.ValidatingAdmissionPolicyStatus":{"description":"ValidatingAdmissionPolicyStatus represents the status of an admission validation policy.","properties":{"conditions":{"x-kubernetes-list-map-keys":["type"],"x-kubernetes-list-type":"map","description":"The conditions represent the latest available observations of a policy's current state.","items":{"$ref":"#/definitions/io.k8s.apimachinery.pkg.apis.meta.v1.Condition"},"type":"array"},"observedGeneration":{"format":"int64","type":"integer","description":"The generation observed by the controller."},"typeChecking":{"$ref":"#/definitions/io.k8s.api.admissionregistration.v1.TypeChecking","description":"The results of type checking for each expression. Presence of this field indicates the completion of the type checking."}},"type":"object"},"io.k8s.api.admissionregistration.v1alpha1.MatchResources":{"description":"MatchResources decides whether to run the admission control policy on an object based on whether it meets the match criteria. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)","properties":{"excludeResourceRules":{"items":{"$ref":"#/definitions/io.k8s.api.admissionregistration.v1alpha1.NamedRuleWithOperations"},"type":"array","x-kubernetes-list-type":"atomic","description":"ExcludeResourceRules describes what operations on what resources/subresources the policy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)"},"matchPolicy":{"description":"matchPolicy defines how the \"MatchResources\" list is used to match incoming requests. Allowed values are \"Exact\" or \"Equivalent\".\n\n- Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/
|