Documentation ¶
Index ¶
- type ShootAdmissionHandler
- func (s *ShootAdmissionHandler) GetDecoder() runtime.Decoder
- func (s *ShootAdmissionHandler) InjectAPIReader(apiReader client.Reader) error
- func (s *ShootAdmissionHandler) InjectClient(c client.Client) error
- func (s *ShootAdmissionHandler) InjectScheme(scheme *runtime.Scheme) error
- func (s *ShootAdmissionHandler) NewCodecFactory() serializer.CodecFactory
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShootAdmissionHandler ¶
type ShootAdmissionHandler struct {
// contains filtered or unexported fields
}
ShootAdmissionHandler provides a shoot handler
func (*ShootAdmissionHandler) GetDecoder ¶
func (s *ShootAdmissionHandler) GetDecoder() runtime.Decoder
func (*ShootAdmissionHandler) InjectAPIReader ¶
func (s *ShootAdmissionHandler) InjectAPIReader(apiReader client.Reader) error
InjectAPIReader injects the given apiReader into the validator.
func (*ShootAdmissionHandler) InjectClient ¶
func (s *ShootAdmissionHandler) InjectClient(c client.Client) error
InjectClient injects the client.
func (*ShootAdmissionHandler) InjectScheme ¶
func (s *ShootAdmissionHandler) InjectScheme(scheme *runtime.Scheme) error
InjectScheme injects the scheme.
func (*ShootAdmissionHandler) NewCodecFactory ¶
func (s *ShootAdmissionHandler) NewCodecFactory() serializer.CodecFactory
Click to show internal directories.
Click to hide internal directories.