service_reference
Source: base/pkg/kusion_kubernetes/api/admissionregistration/v1/service_reference.k
This is the service_reference module in kusion_kubernetes.api.admissionregistration.v1 package.
This file was generated by the KCL auto-gen tool. DO NOT EDIT.
Editing this file might prove futile when you re-run the KCL auto-gen generate command.
Schema ServiceReference
ServiceReference holds a reference to Service.legacy.k8s.io
Attributes
Name and Description | Type | Default Value | Required |
---|---|---|---|
namename is the name of the service. Required | str | Undefined | required |
namespacenamespace is the namespace of the service. Required | str | Undefined | required |
pathpath is an optional URL path which will be sent in any request to this service. | str | Undefined | optional |
port 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). | int | Undefined | optional |