mirror of
https://github.com/kubernetes/client-go.git
synced 2025-08-26 10:49:00 +00:00
generated files for the grpc field rename
Kubernetes-commit: 4c9d77d724069ec56140b686d3e8e280f5ab0274
This commit is contained in:
parent
91177d7e4d
commit
2f5ae78650
@ -24,7 +24,7 @@ type ProbeHandlerApplyConfiguration struct {
|
|||||||
Exec *ExecActionApplyConfiguration `json:"exec,omitempty"`
|
Exec *ExecActionApplyConfiguration `json:"exec,omitempty"`
|
||||||
HTTPGet *HTTPGetActionApplyConfiguration `json:"httpGet,omitempty"`
|
HTTPGet *HTTPGetActionApplyConfiguration `json:"httpGet,omitempty"`
|
||||||
TCPSocket *TCPSocketActionApplyConfiguration `json:"tcpSocket,omitempty"`
|
TCPSocket *TCPSocketActionApplyConfiguration `json:"tcpSocket,omitempty"`
|
||||||
GRPC *GRPCActionApplyConfiguration `json:"gRPC,omitempty"`
|
GRPC *GRPCActionApplyConfiguration `json:"grpc,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ProbeHandlerApplyConfiguration constructs an declarative configuration of the ProbeHandler type for use with
|
// ProbeHandlerApplyConfiguration constructs an declarative configuration of the ProbeHandler type for use with
|
||||||
|
@ -5984,7 +5984,7 @@ var schemaYAML = typed.YAMLObject(`types:
|
|||||||
- name: failureThreshold
|
- name: failureThreshold
|
||||||
type:
|
type:
|
||||||
scalar: numeric
|
scalar: numeric
|
||||||
- name: gRPC
|
- name: grpc
|
||||||
type:
|
type:
|
||||||
namedType: io.k8s.api.core.v1.GRPCAction
|
namedType: io.k8s.api.core.v1.GRPCAction
|
||||||
- name: httpGet
|
- name: httpGet
|
||||||
|
Loading…
Reference in New Issue
Block a user