diff --git a/api/v1alpha1/gateway_types.go b/api/v1alpha1/gateway_types.go index 7c82bcdc94..02f13b49fd 100644 --- a/api/v1alpha1/gateway_types.go +++ b/api/v1alpha1/gateway_types.go @@ -381,23 +381,36 @@ const ( // GatewayCondition is an error status for a given route. type GatewayCondition struct { // Type indicates the type of condition. + // // +required Type GatewayConditionType `json:"type" protobuf:"bytes,1,opt,name=type,casttype=GatewayConditionType"` // Status describes the current state of this condition. Can be "True", // "False", or "Unknown". + // // +required Status core.ConditionStatus `json:"status" protobuf:"bytes,2,opt,name=status,casttype=k8s.io/api/core/v1.ConditionStatus"` // Message is a human-understandable message describing the condition. // This field may be empty. + // // +required Message string `json:"message,omitempty" protobuf:"bytes,3,opt,name=message"` // Reason indicates why the condition is in this state. // This field must not be empty. + // // +required Reason string `json:"reason,omitempty" protobuf:"bytes,4,opt,name=reason"` // LastTransitionTime indicates the last time this condition changed. + // This should be when the underlying condition changed. + // If that is not known, then using the time when the API field changed is acceptable. + // // +required LastTransitionTime metav1.Time `json:"lastTransitionTime,omitempty" protobuf:"bytes,5,opt,name=lastTransitionTime"` + // If set, this represents the .metadata.generation that the condition was set based upon. + // For instance, if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration is 9, the condition is out of date + // with respect to the current state of the instance. + // + // +optional + ObservedGeneration int64 `json:"observedGeneration,omitempty" protobuf:"varint,6,opt,name=observedGeneration"` } // ListenerStatus is the status associated with each listener block. @@ -445,23 +458,36 @@ const ( // ListenerCondition is an error status for a given listener. type ListenerCondition struct { // Type indicates the type of condition. + // // +required Type ListenerConditionType `json:"type" protobuf:"bytes,1,opt,name=type,casttype=ListenerConditionType"` // Status describes the current state of this condition. Can be "True", // "False", or "Unknown". + // // +required Status core.ConditionStatus `json:"status" protobuf:"bytes,2,opt,name=status,casttype=k8s.io/api/core/v1.ConditionStatus"` // Message is a human-understandable message describing the condition. // This field may be empty. + // // +required Message string `json:"message,omitempty" protobuf:"bytes,3,opt,name=message"` // Reason indicates why the condition is in this state. // This field must not be empty. + // // +required Reason string `json:"reason,omitempty" protobuf:"bytes,4,opt,name=reason"` // LastTransitionTime indicates the last time this condition changed. + // This should be when the underlying condition changed. + // If that is not known, then using the time when the API field changed is acceptable. + // // +required LastTransitionTime metav1.Time `json:"lastTransitionTime,omitempty" protobuf:"bytes,5,opt,name=lastTransitionTime"` + // If set, this represents the .metadata.generation that the condition was set based upon. + // For instance, if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration is 9, the condition is out of date + // with respect to the current state of the instance. + // + // +optional + ObservedGeneration int64 `json:"observedGeneration,omitempty" protobuf:"varint,6,opt,name=observedGeneration"` } func init() { diff --git a/api/v1alpha1/gatewayclass_types.go b/api/v1alpha1/gatewayclass_types.go index c6db2dc205..6aafd3f518 100644 --- a/api/v1alpha1/gatewayclass_types.go +++ b/api/v1alpha1/gatewayclass_types.go @@ -142,9 +142,6 @@ const ( GatewayClassConditionStatusInvalidParameters GatewayClassConditionType = "InvalidParameters" ) -// GatewayClassConditionStatus is the status for a condition. -type GatewayClassConditionStatus = core.ConditionStatus - // GatewayClassStatus is the current status for the GatewayClass. type GatewayClassStatus struct { // Conditions is the current status from the controller for @@ -160,12 +157,13 @@ type GatewayClassStatus struct { // Support: Core, unless otherwise specified. type GatewayClassCondition struct { // Type of this condition. + // // +required Type GatewayClassConditionType `json:"type" protobuf:"bytes,1,opt,name=type"` // Status of this condition. + // // +required - Status GatewayClassConditionStatus `json:"status" protobuf:"bytes,2,opt,name=status"` - + Status core.ConditionStatus `json:"status" protobuf:"bytes,2,opt,name=status"` // Reason is a machine consumable string for the last // transition. It should be a one-word, CamelCase // string. Reason will be defined by the controller. @@ -181,9 +179,17 @@ type GatewayClassCondition struct { // +required Message string `json:"message,omitempty" protobuf:"bytes,4,opt,name=message"` // LastTransitionTime is the time of the last change to this condition. + // This should be when the underlying condition changed. + // If that is not known, then using the time when the API field changed is acceptable. // // +required LastTransitionTime metav1.Time `json:"lastTransitionTime,omitempty" protobuf:"bytes,5,opt,name=lastTransitionTime"` + // If set, this represents the .metadata.generation that the condition was set based upon. + // For instance, if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration is 9, the condition is out of date + // with respect to the current state of the instance. + // + // +optional + ObservedGeneration int64 `json:"observedGeneration,omitempty" protobuf:"varint,6,opt,name=observedGeneration"` } // +kubebuilder:object:root=true diff --git a/api/v1alpha1/generated.pb.go b/api/v1alpha1/generated.pb.go index cc390d214c..87314524b3 100644 --- a/api/v1alpha1/generated.pb.go +++ b/api/v1alpha1/generated.pb.go @@ -1217,148 +1217,150 @@ func init() { } var fileDescriptor_40fafbfb106ed5b2 = []byte{ - // 2242 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x5a, 0xcd, 0x73, 0x1c, 0x47, - 0x15, 0xd7, 0xec, 0x87, 0xb4, 0xfb, 0xf4, 0xdd, 0x38, 0x46, 0x11, 0x29, 0xad, 0x6a, 0x4c, 0x28, - 0x6c, 0xe2, 0x59, 0x4b, 0x31, 0x46, 0x36, 0xe6, 0xa0, 0x55, 0x6c, 0x8b, 0x2a, 0xc9, 0x56, 0x5a, - 0x8b, 0x49, 0x82, 0x09, 0xb4, 0x66, 0x7b, 0x57, 0x83, 0x66, 0x77, 0xb6, 0x66, 0x7a, 0x65, 0x54, - 0x05, 0x55, 0xc1, 0x97, 0x5c, 0x03, 0xb7, 0xf0, 0x71, 0xca, 0x95, 0x7f, 0x81, 0x33, 0x2e, 0x4e, - 0x39, 0xa6, 0x38, 0x6c, 0xe1, 0xa5, 0xa8, 0x1c, 0x38, 0xf0, 0x91, 0x82, 0x2a, 0x74, 0xa2, 0xfa, - 0x63, 0x3e, 0x57, 0xab, 0x9d, 0x0d, 0x76, 0x8c, 0x28, 0x6e, 0xd3, 0xdd, 0xaf, 0x7f, 0xaf, 0xdf, - 0xeb, 0xd7, 0xbf, 0x7e, 0xfd, 0x76, 0xe1, 0xab, 0x9e, 0xd5, 0xf0, 0x8c, 0x83, 0x35, 0xcf, 0xb0, - 0x9c, 0xb2, 0x47, 0xdd, 0x43, 0xcb, 0xa4, 0x97, 0x49, 0xdb, 0xf2, 0xca, 0xa4, 0x6d, 0x95, 0x0f, - 0x57, 0x88, 0xdd, 0xde, 0x27, 0x2b, 0xe5, 0x06, 0x6d, 0x51, 0x97, 0x30, 0x5a, 0x33, 0xda, 0xae, - 0xc3, 0x1c, 0xb4, 0x2c, 0x67, 0x18, 0x6a, 0xc6, 0xf7, 0xf8, 0x0c, 0x83, 0xb4, 0x2d, 0xc3, 0x9f, - 0xb1, 0x78, 0xb9, 0x61, 0xb1, 0xfd, 0xce, 0x9e, 0x61, 0x3a, 0xcd, 0x72, 0xc3, 0x69, 0x38, 0x65, - 0x31, 0x71, 0xaf, 0x53, 0x17, 0x2d, 0xd1, 0x10, 0x5f, 0x12, 0x70, 0x51, 0x57, 0x4b, 0xe0, 0x5a, - 0x4d, 0xc7, 0xa5, 0xe5, 0xc3, 0x3e, 0xa5, 0x8b, 0x57, 0x43, 0x99, 0x26, 0x31, 0xf7, 0xad, 0x16, - 0x75, 0x8f, 0xca, 0xed, 0x83, 0x46, 0x59, 0xac, 0xb7, 0x49, 0x19, 0x39, 0x69, 0xd6, 0xb5, 0x41, - 0xb3, 0xdc, 0x4e, 0x8b, 0x59, 0x4d, 0x5a, 0xf6, 0xcc, 0x7d, 0xda, 0x24, 0x7d, 0xf3, 0xae, 0x47, - 0x3d, 0x63, 0x3a, 0x2d, 0xe6, 0x3a, 0xb6, 0x4d, 0xdd, 0xcb, 0xfe, 0x34, 0x0e, 0x21, 0xa6, 0xd2, - 0xe4, 0x54, 0xfd, 0x97, 0x1a, 0xbc, 0xbc, 0xe1, 0xb4, 0xea, 0x56, 0x63, 0x9b, 0xb4, 0xbd, 0xd7, - 0x68, 0x9d, 0x74, 0x6c, 0xb6, 0xe5, 0x98, 0xc4, 0xbe, 0xb7, 0xf7, 0x03, 0x6a, 0x32, 0x4c, 0xeb, - 0xd4, 0xa5, 0x2d, 0x93, 0xa2, 0x0b, 0x90, 0x6f, 0xb8, 0x4e, 0xa7, 0xbd, 0xa0, 0x2d, 0x6b, 0x5f, - 0x2e, 0x56, 0xa6, 0x1f, 0x77, 0x4b, 0x63, 0xbd, 0x6e, 0x29, 0x7f, 0x87, 0x77, 0x62, 0x39, 0x86, - 0x5e, 0x81, 0x82, 0x4b, 0x3d, 0xa7, 0xe3, 0x9a, 0x74, 0x21, 0x23, 0xe4, 0xe6, 0x94, 0x5c, 0x01, - 0xab, 0x7e, 0x1c, 0x48, 0xa0, 0x65, 0xc8, 0xb5, 0x48, 0x93, 0x2e, 0x64, 0x85, 0xe4, 0x94, 0x92, - 0xcc, 0xdd, 0x25, 0x4d, 0x8a, 0xc5, 0x88, 0xfe, 0x5b, 0x0d, 0x66, 0x6f, 0x3b, 0xee, 0x43, 0xe2, - 0xd6, 0xaa, 0x4e, 0x95, 0xb8, 0x0d, 0xca, 0xd0, 0x21, 0x14, 0x99, 0xf8, 0xc2, 0xb4, 0x2e, 0x16, - 0x33, 0xb9, 0x7a, 0xcb, 0x18, 0xb6, 0xc9, 0xc6, 0xae, 0x1c, 0x39, 0xcd, 0xc4, 0xca, 0xbc, 0x5a, - 0x41, 0xb1, 0xea, 0xe3, 0xe3, 0x50, 0x15, 0xba, 0x09, 0x20, 0x1b, 0x3b, 0x8e, 0xcb, 0x84, 0x75, - 0xf9, 0xca, 0x4b, 0xbd, 0x6e, 0x09, 0xaa, 0x41, 0xef, 0x71, 0xac, 0x85, 0x23, 0xf2, 0xfa, 0x27, - 0x19, 0x98, 0xb8, 0x43, 0x18, 0x7d, 0x48, 0x8e, 0xd0, 0x03, 0x28, 0xb0, 0xa3, 0x36, 0xdd, 0xa6, - 0x8c, 0x28, 0x03, 0x0c, 0xdf, 0x80, 0xe8, 0xd6, 0x1b, 0xed, 0x83, 0x86, 0x21, 0x2c, 0xe1, 0x01, - 0x63, 0x1c, 0xae, 0x18, 0x55, 0x35, 0x2b, 0xf4, 0xaa, 0xdf, 0x83, 0x03, 0x44, 0xf4, 0x7d, 0x28, - 0x70, 0xf9, 0x1a, 0x61, 0x44, 0xac, 0x72, 0x72, 0xf5, 0x4a, 0x3a, 0x74, 0xe9, 0x0e, 0x81, 0x8f, - 0x14, 0x3e, 0x84, 0x7d, 0x38, 0x40, 0x45, 0xf7, 0x20, 0xe7, 0xb5, 0xa9, 0x29, 0xf6, 0x6d, 0x72, - 0xf5, 0xf2, 0x70, 0xe7, 0x2b, 0xc3, 0x77, 0xdb, 0xd4, 0x0c, 0xb7, 0x99, 0xb7, 0xb0, 0x00, 0x42, - 0xdf, 0x86, 0x71, 0x8f, 0x11, 0xd6, 0xf1, 0x16, 0x72, 0x02, 0xb2, 0x9c, 0x1e, 0x52, 0x4c, 0xab, - 0xcc, 0x28, 0xd0, 0x71, 0xd9, 0xc6, 0x0a, 0x4e, 0x7f, 0x94, 0x85, 0x29, 0x25, 0xb9, 0x61, 0x13, - 0xcf, 0x8b, 0xb9, 0x3e, 0xf7, 0x4c, 0x5d, 0xaf, 0x3d, 0x13, 0xd7, 0x57, 0x95, 0xeb, 0xe5, 0xc6, - 0xae, 0xa6, 0xf6, 0x93, 0xb0, 0x7e, 0xa0, 0xff, 0x1f, 0x04, 0xfe, 0x97, 0x5b, 0x7a, 0x75, 0x44, - 0xdc, 0xd3, 0x37, 0xe1, 0x2f, 0x19, 0x78, 0x21, 0x2a, 0xbe, 0xe1, 0xb4, 0x6a, 0x16, 0xb3, 0x9c, - 0x16, 0xfa, 0x06, 0xe4, 0xb8, 0xef, 0x14, 0xa5, 0x5c, 0xf4, 0x57, 0xc6, 0x3d, 0x7b, 0xdc, 0x2d, - 0xbd, 0x78, 0xe2, 0x24, 0x3e, 0x88, 0xc5, 0x34, 0xb4, 0x15, 0x2c, 0x5b, 0x72, 0xcd, 0xd5, 0xf8, - 0x02, 0x8e, 0xbb, 0xa5, 0x13, 0xb8, 0xda, 0x08, 0x90, 0xe2, 0xcb, 0x44, 0x5f, 0x82, 0x71, 0x97, - 0x12, 0xcf, 0x69, 0x29, 0x3e, 0x0a, 0xcc, 0xc1, 0xa2, 0x17, 0xab, 0x51, 0x74, 0x11, 0x26, 0x9a, - 0xd4, 0xf3, 0x48, 0x83, 0x8a, 0x08, 0x2a, 0x56, 0x66, 0x95, 0xe0, 0xc4, 0xb6, 0xec, 0xc6, 0xfe, - 0x38, 0x3a, 0x04, 0x64, 0x13, 0x8f, 0x55, 0x5d, 0xd2, 0xf2, 0xe4, 0xe2, 0xad, 0x26, 0x5d, 0xc8, - 0x0b, 0x1f, 0x5f, 0x4a, 0x19, 0x77, 0x56, 0x93, 0x56, 0x16, 0x95, 0x06, 0xb4, 0xd5, 0x87, 0x86, - 0x4f, 0xd0, 0xa0, 0x7f, 0x90, 0x81, 0xb9, 0xa8, 0xf3, 0xb6, 0x2c, 0x8f, 0xc5, 0x42, 0x3f, 0xfb, - 0xd4, 0x43, 0xff, 0x41, 0x5f, 0xe8, 0xa7, 0x44, 0xe7, 0x6b, 0x8b, 0xa3, 0xfb, 0x3d, 0x91, 0xb0, - 0xdf, 0x85, 0xbc, 0xc5, 0x68, 0x93, 0x6f, 0x74, 0x36, 0x0a, 0x9d, 0x2e, 0x3e, 0xc3, 0xcb, 0xea, - 0x9b, 0x1c, 0x04, 0x4b, 0x2c, 0xfd, 0xe3, 0x6c, 0xdc, 0x4b, 0xfc, 0x40, 0xa0, 0x55, 0x80, 0xf0, - 0x06, 0x55, 0x81, 0x19, 0x1c, 0xc9, 0x8d, 0x60, 0x04, 0x47, 0xa4, 0xd0, 0x4f, 0x35, 0x58, 0x20, - 0xb6, 0xed, 0x3c, 0xa4, 0x35, 0x85, 0xc7, 0xaf, 0x30, 0xaf, 0x4d, 0x4c, 0xea, 0xa9, 0x93, 0xfa, - 0x6a, 0x4a, 0x67, 0x90, 0x3d, 0x6a, 0xef, 0x52, 0x9b, 0x9a, 0xcc, 0x71, 0x2b, 0xcb, 0x4a, 0xef, - 0xc2, 0xfa, 0x00, 0x70, 0x3c, 0x50, 0x2d, 0x7a, 0x57, 0x83, 0xf3, 0x6a, 0x10, 0x3b, 0x1d, 0x46, - 0x23, 0x2b, 0xca, 0x7e, 0xfa, 0x15, 0x2d, 0xf6, 0xba, 0xa5, 0xf3, 0xeb, 0x27, 0xc2, 0xe2, 0x01, - 0xea, 0xd0, 0x3b, 0x1a, 0x4c, 0xb7, 0x89, 0x4b, 0x9a, 0x94, 0x51, 0xd7, 0xe3, 0x97, 0xb6, 0x24, - 0xde, 0x3b, 0xc3, 0x37, 0x31, 0x55, 0x66, 0x52, 0x99, 0xef, 0x75, 0x4b, 0xd3, 0x3b, 0x51, 0x0d, - 0x38, 0xae, 0x50, 0xff, 0x89, 0x06, 0xa8, 0x9f, 0xb0, 0xd0, 0x81, 0xd8, 0x6b, 0x49, 0x06, 0xde, - 0x82, 0x26, 0x42, 0xeb, 0x6b, 0xa3, 0x85, 0x56, 0x40, 0x26, 0xb1, 0x20, 0x51, 0x90, 0x38, 0x02, - 0xaf, 0xff, 0x29, 0x72, 0x26, 0x03, 0x02, 0x5c, 0x8b, 0x11, 0xe0, 0x17, 0x13, 0x04, 0x78, 0x2e, - 0x29, 0xff, 0xcc, 0xb8, 0x2f, 0xc2, 0x69, 0xd9, 0x21, 0x9c, 0x16, 0xd2, 0x64, 0xee, 0x54, 0x9a, - 0x7c, 0x5e, 0xdc, 0xf7, 0x7e, 0x06, 0x26, 0x95, 0xdf, 0xfa, 0x68, 0x4f, 0x7b, 0xa6, 0xb4, 0x97, - 0x79, 0xea, 0xb4, 0x77, 0xd7, 0xa7, 0xbd, 0xac, 0x88, 0xcd, 0x8b, 0xa9, 0x63, 0x73, 0x00, 0xe3, - 0x1d, 0xc0, 0x79, 0x25, 0x90, 0xcc, 0xee, 0xcb, 0x50, 0x6c, 0xf9, 0x47, 0x56, 0x45, 0x63, 0x90, - 0x0d, 0x07, 0x67, 0x19, 0x87, 0x32, 0x41, 0xee, 0x9e, 0x19, 0x98, 0xbb, 0x7f, 0xa2, 0x05, 0x1b, - 0x21, 0x98, 0xf5, 0x02, 0xe4, 0x4d, 0x7e, 0x64, 0x92, 0x0f, 0x08, 0x71, 0x8e, 0xb0, 0x1c, 0x43, - 0xdf, 0x81, 0xa2, 0x6d, 0x79, 0x8c, 0xbf, 0x52, 0x7c, 0xb2, 0xbf, 0x34, 0xdc, 0xea, 0x2d, 0x35, - 0x25, 0x5c, 0xb3, 0xdf, 0xe3, 0xe1, 0x10, 0x0f, 0xed, 0x41, 0x91, 0xd4, 0x6a, 0x2e, 0xf5, 0x3c, - 0xea, 0xbb, 0x74, 0x25, 0x3d, 0xf8, 0xba, 0x9c, 0x1a, 0xea, 0x58, 0xf7, 0xb1, 0x70, 0x08, 0xab, - 0xff, 0x5e, 0x83, 0xe9, 0x58, 0x6e, 0x8a, 0xea, 0x27, 0xb0, 0xcc, 0x08, 0x89, 0x5b, 0x5a, 0x82, - 0x41, 0xa4, 0xdf, 0x75, 0x57, 0xd2, 0x5b, 0xa7, 0x72, 0xb8, 0x53, 0x1d, 0xa8, 0xff, 0x4e, 0x83, - 0xb9, 0xcd, 0x6a, 0x75, 0x67, 0x93, 0x92, 0x1a, 0x75, 0x6f, 0x5b, 0x36, 0xa3, 0x2e, 0x7a, 0x0b, - 0xb2, 0xa4, 0x56, 0x53, 0x86, 0x7d, 0x7d, 0xb8, 0xc6, 0x24, 0x80, 0xb1, 0x5e, 0xab, 0xdd, 0x6a, - 0x31, 0xf7, 0xa8, 0x32, 0xa9, 0x94, 0x67, 0xd7, 0x6b, 0x35, 0xcc, 0x41, 0x91, 0xce, 0xc9, 0xa6, - 0xe9, 0x1c, 0x52, 0x61, 0x50, 0xb1, 0x02, 0x92, 0x68, 0x78, 0x0f, 0x56, 0x23, 0x8b, 0xd7, 0xa0, - 0xe0, 0x23, 0xa0, 0x39, 0xc8, 0x1e, 0xd0, 0x23, 0x19, 0x61, 0x98, 0x7f, 0xa2, 0x73, 0x90, 0x3f, - 0x24, 0x76, 0x47, 0x05, 0x2a, 0x96, 0x8d, 0x1b, 0x99, 0x35, 0x4d, 0xff, 0x57, 0x06, 0x8a, 0x7c, - 0x2d, 0xe2, 0xbe, 0x3a, 0xf3, 0x6f, 0xb2, 0xd7, 0x63, 0x6f, 0xb2, 0x72, 0xba, 0x6d, 0x10, 0xa6, - 0x0f, 0x7c, 0x15, 0xbc, 0x99, 0x78, 0x95, 0xad, 0x8c, 0x02, 0x7a, 0xfa, 0x93, 0xe0, 0xaf, 0x1a, - 0xcc, 0x06, 0xb2, 0xeb, 0xa6, 0xb8, 0x0b, 0xdf, 0x86, 0x62, 0xdd, 0x7f, 0xea, 0xab, 0x2d, 0x48, - 0xa1, 0x31, 0x51, 0x1d, 0xa8, 0x4c, 0xf3, 0xe0, 0x0d, 0x3a, 0x71, 0x08, 0x89, 0x7e, 0x0c, 0x53, - 0xf4, 0x87, 0x8c, 0xb6, 0x3c, 0xcb, 0x69, 0xf1, 0x2c, 0x24, 0xf3, 0x74, 0xb3, 0x90, 0xb9, 0x5e, - 0xb7, 0x34, 0x75, 0x2b, 0xa2, 0x00, 0xc7, 0xd4, 0xe9, 0x7f, 0x8e, 0x9a, 0xac, 0x8e, 0xce, 0x9b, - 0x30, 0xb1, 0x2f, 0x4e, 0x82, 0xa7, 0x0c, 0x5e, 0x1d, 0xfd, 0xf8, 0x54, 0x26, 0xf9, 0x35, 0x2d, - 0x7b, 0x3c, 0xec, 0xe3, 0x3d, 0x6f, 0x6b, 0x7f, 0x96, 0x81, 0xe9, 0xc0, 0xda, 0x4d, 0xc7, 0x63, - 0xe8, 0x15, 0x28, 0xec, 0x3b, 0x1e, 0x13, 0x97, 0x86, 0x16, 0x2f, 0x0d, 0x6d, 0xaa, 0x7e, 0x1c, - 0x48, 0xa0, 0x2a, 0xe4, 0xdd, 0x8e, 0x4d, 0x7d, 0x22, 0x1b, 0x25, 0x9e, 0x71, 0xc7, 0xa6, 0xe1, - 0xed, 0xc2, 0x5b, 0x1e, 0x96, 0x60, 0x7d, 0x4e, 0xc9, 0x7e, 0xb6, 0x4e, 0xf9, 0x55, 0xd4, 0x29, - 0x67, 0x3e, 0x39, 0xd9, 0x89, 0x27, 0x27, 0x5f, 0x19, 0x61, 0x8b, 0x06, 0xa4, 0x27, 0xbf, 0xce, - 0xc2, 0x4c, 0x20, 0xb3, 0x4d, 0x98, 0xb9, 0xcf, 0xa3, 0xa6, 0x4d, 0xd8, 0x7e, 0x35, 0x4c, 0x92, - 0x83, 0x25, 0xed, 0xa8, 0x7e, 0x1c, 0x48, 0xa0, 0x97, 0x20, 0xc7, 0xbf, 0x55, 0x52, 0x52, 0xe0, - 0x7c, 0xc6, 0xa5, 0xb0, 0xe8, 0x45, 0x06, 0x80, 0x3c, 0x1d, 0x02, 0x4d, 0x3d, 0xf2, 0x39, 0xa1, - 0x6e, 0x06, 0xbd, 0x38, 0x22, 0x81, 0x6a, 0x30, 0x2e, 0x5b, 0x0b, 0x39, 0x61, 0xe1, 0xcd, 0x11, - 0x2c, 0x14, 0xab, 0x37, 0x24, 0xb0, 0xbc, 0xdc, 0x02, 0x2a, 0x94, 0x9d, 0x58, 0x61, 0xf7, 0xc5, - 0x64, 0xfe, 0x33, 0x8d, 0xc9, 0xc5, 0xeb, 0x30, 0x19, 0x59, 0xe5, 0x48, 0x17, 0xe8, 0x7b, 0xd1, - 0x70, 0xe6, 0xe7, 0x0c, 0xbd, 0x0e, 0xf9, 0x26, 0x37, 0x3c, 0x59, 0xfc, 0x4a, 0xeb, 0xb0, 0x4a, - 0x91, 0xc7, 0x84, 0xf8, 0xc4, 0x12, 0x09, 0x7d, 0x0b, 0xc6, 0xeb, 0x82, 0xe7, 0x54, 0x04, 0x8f, - 0x72, 0x09, 0x29, 0x82, 0x14, 0x49, 0x83, 0xfc, 0xc6, 0x0a, 0x8c, 0xc3, 0x12, 0x71, 0xed, 0x28, - 0x0e, 0x18, 0x05, 0x56, 0xde, 0x57, 0x12, 0x56, 0x7e, 0x63, 0x05, 0xa6, 0xff, 0x46, 0x8b, 0xb8, - 0x44, 0x64, 0xbd, 0x55, 0xc8, 0x73, 0x52, 0xf3, 0x13, 0xbf, 0x51, 0x88, 0x8c, 0xd3, 0x62, 0x78, - 0x52, 0x78, 0xcb, 0xc3, 0x12, 0x0c, 0xdd, 0x87, 0x89, 0x9a, 0xdc, 0x74, 0xe5, 0x96, 0x91, 0x71, - 0xc5, 0xad, 0xa1, 0x02, 0x07, 0xfb, 0x60, 0xfa, 0xa3, 0xe8, 0x25, 0xa5, 0xf2, 0x57, 0x07, 0x26, - 0x1b, 0x32, 0x17, 0xc5, 0xb4, 0xee, 0xdb, 0xb1, 0x96, 0x3a, 0x81, 0x4d, 0x06, 0xe4, 0xe7, 0x94, - 0x41, 0xfe, 0xdb, 0x80, 0x83, 0xe2, 0xa8, 0x06, 0xfd, 0x00, 0xa6, 0xfd, 0x1b, 0x41, 0x92, 0xc0, - 0x5a, 0x34, 0xac, 0x8a, 0x15, 0xdd, 0x77, 0x89, 0x18, 0x3d, 0xee, 0x96, 0xe6, 0x63, 0xe2, 0xe2, - 0x1c, 0xab, 0xe8, 0x19, 0xfe, 0x4a, 0xf9, 0x5b, 0x06, 0x0a, 0x7e, 0xae, 0x8b, 0xbe, 0x9b, 0xb8, - 0xa3, 0xd2, 0xf9, 0x35, 0xaa, 0xfc, 0xd4, 0x4b, 0x6d, 0x19, 0x72, 0xed, 0xf0, 0xb7, 0x83, 0x60, - 0x35, 0xe2, 0xb7, 0x02, 0x31, 0x82, 0x6e, 0x42, 0x41, 0xfc, 0x2e, 0x63, 0x3a, 0xb6, 0x22, 0xa8, - 0xe5, 0x80, 0xee, 0x54, 0xff, 0x71, 0xb7, 0x34, 0xe5, 0x7f, 0x2b, 0xfa, 0x53, 0x2d, 0x74, 0x1b, - 0xb2, 0xcc, 0xf6, 0xb3, 0xb5, 0x14, 0x7c, 0x5c, 0xdd, 0xda, 0x95, 0x24, 0x52, 0x99, 0xe0, 0x59, - 0x77, 0x75, 0x6b, 0x17, 0x73, 0x00, 0xf4, 0x36, 0x8c, 0xbb, 0x3c, 0x00, 0x3c, 0x45, 0x46, 0xd7, - 0x86, 0x43, 0x49, 0x5a, 0xb7, 0x5a, 0x35, 0xab, 0xd5, 0x08, 0xaa, 0x45, 0x61, 0x69, 0x40, 0xa0, - 0x61, 0x85, 0xaa, 0x37, 0x60, 0x36, 0xf1, 0xa8, 0x42, 0xe5, 0x58, 0x21, 0xe4, 0x0b, 0x89, 0x42, - 0xc8, 0xa4, 0x12, 0x8b, 0xd4, 0x3f, 0x2e, 0xc4, 0x68, 0x29, 0x3c, 0x26, 0xf7, 0x79, 0xa7, 0x62, - 0x29, 0xfd, 0xe3, 0x0c, 0xcc, 0xfb, 0x9a, 0xc2, 0xa2, 0xcb, 0xf5, 0x98, 0xae, 0x97, 0x13, 0xba, - 0x5e, 0xe8, 0x9b, 0xf0, 0xff, 0xaa, 0xcb, 0xf0, 0xaa, 0xcb, 0x3f, 0x34, 0x98, 0x89, 0x3f, 0x25, - 0x83, 0xb3, 0xa7, 0x0d, 0x3a, 0x7b, 0xe8, 0x0d, 0x98, 0x50, 0x0f, 0xe7, 0xf4, 0xe4, 0x9e, 0x7c, - 0x8d, 0x0b, 0x1e, 0x53, 0x0d, 0xec, 0xc3, 0xa1, 0x46, 0xec, 0xcd, 0x2d, 0x13, 0x94, 0x57, 0xd3, - 0x83, 0xa7, 0xaf, 0xea, 0x3d, 0xca, 0xc0, 0xb9, 0x93, 0x62, 0x1f, 0xfd, 0x08, 0xe6, 0x83, 0x62, - 0x89, 0xdf, 0xa9, 0x38, 0xe5, 0x53, 0x55, 0x5e, 0x5f, 0x54, 0x0b, 0x99, 0xbf, 0x9b, 0x44, 0xc5, - 0xfd, 0x8a, 0x90, 0x0d, 0xd3, 0xe2, 0xac, 0x05, 0x9a, 0xff, 0x83, 0x2a, 0xb4, 0x28, 0xaf, 0xe2, - 0x28, 0x1a, 0x8e, 0x83, 0xeb, 0xef, 0x6b, 0xa0, 0xef, 0x52, 0xd3, 0xa5, 0xec, 0xbf, 0xef, 0x17, - 0xe4, 0x9f, 0x6b, 0x70, 0x21, 0xc5, 0x6f, 0xbf, 0xcf, 0x67, 0x71, 0x7f, 0xcf, 0x40, 0x31, 0x20, - 0x61, 0xf4, 0xae, 0x06, 0xb3, 0x26, 0x75, 0x99, 0x55, 0xb7, 0x4c, 0xc2, 0x68, 0xe4, 0xb6, 0x7d, - 0x2d, 0xcd, 0xef, 0xdb, 0xc3, 0xfc, 0x5f, 0xf9, 0xbc, 0x5a, 0xc1, 0xec, 0x46, 0x5c, 0x09, 0x4e, - 0x6a, 0x45, 0x37, 0x60, 0xa6, 0x69, 0xb5, 0xac, 0x66, 0xa7, 0x79, 0x9f, 0xba, 0x3c, 0x53, 0x54, - 0xd6, 0xa2, 0x5e, 0xb7, 0x34, 0xb3, 0x1d, 0x1b, 0xc1, 0x09, 0x49, 0x64, 0xc2, 0x84, 0xd3, 0x8e, - 0x9e, 0xbb, 0xb5, 0x11, 0x2e, 0x22, 0xe3, 0x9e, 0x9c, 0x2a, 0x53, 0xe6, 0x80, 0x0e, 0x55, 0x2f, - 0xf6, 0x91, 0x17, 0x6f, 0xc0, 0x54, 0x54, 0x72, 0xa4, 0xb4, 0xf5, 0x9f, 0x19, 0x28, 0x54, 0xcd, - 0xf6, 0xff, 0x46, 0xd9, 0x67, 0x27, 0x56, 0xf6, 0x49, 0xf1, 0xbb, 0x98, 0x6f, 0xf9, 0xc0, 0xaa, - 0xcf, 0x1b, 0x89, 0xaa, 0xcf, 0x95, 0x11, 0x30, 0x4f, 0x2f, 0xfa, 0xfc, 0x22, 0x03, 0x53, 0xbe, - 0xe8, 0x99, 0x7f, 0xfd, 0xde, 0x8b, 0xbf, 0x7e, 0x2f, 0xa5, 0xf7, 0xd2, 0x80, 0xc7, 0xef, 0x4c, - 0xe8, 0x1c, 0xbe, 0x1b, 0xfa, 0x1c, 0xcc, 0xc4, 0xfd, 0x2a, 0xfe, 0xcc, 0x50, 0x75, 0x49, 0xbd, - 0x6e, 0x99, 0xbb, 0x6d, 0xdb, 0x62, 0x67, 0x3e, 0x78, 0xab, 0xb1, 0xe0, 0x4d, 0x51, 0xfb, 0x8a, - 0x5a, 0x9f, 0xe2, 0xcf, 0x0c, 0xb9, 0xb4, 0x7f, 0x66, 0x88, 0xe1, 0x9e, 0x1e, 0xc4, 0x1f, 0x64, - 0x60, 0x2e, 0x2a, 0x7e, 0xe6, 0x03, 0x79, 0x37, 0x1e, 0xc8, 0xc6, 0x68, 0xde, 0x1a, 0x10, 0xcc, - 0x28, 0xee, 0x24, 0x11, 0xd0, 0xe7, 0x00, 0x9d, 0xe0, 0x67, 0xe3, 0xf1, 0x93, 0xa5, 0xb1, 0x0f, - 0x9f, 0x2c, 0x8d, 0x7d, 0xf4, 0x64, 0x69, 0xec, 0x9d, 0xde, 0x92, 0xf6, 0xb8, 0xb7, 0xa4, 0x7d, - 0xd8, 0x5b, 0xd2, 0x3e, 0xea, 0x2d, 0x69, 0x7f, 0xe8, 0x2d, 0x69, 0xef, 0xfd, 0x71, 0x69, 0xec, - 0xad, 0x82, 0xaf, 0xfc, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x53, 0x76, 0x66, 0x59, 0x06, 0x28, - 0x00, 0x00, + // 2273 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xec, 0x5a, 0x4d, 0x70, 0x1c, 0x47, + 0x15, 0xd6, 0xec, 0x8f, 0xb4, 0xfb, 0xf4, 0xdf, 0x38, 0x66, 0x23, 0x52, 0x5a, 0xd5, 0x98, 0x50, + 0xb1, 0x89, 0x67, 0x2d, 0xc5, 0x18, 0xd9, 0x98, 0x83, 0x56, 0xb1, 0x2d, 0x28, 0xc9, 0x52, 0x5a, + 0x8b, 0x49, 0x82, 0x09, 0xb4, 0x66, 0x7b, 0x57, 0x83, 0x66, 0x77, 0xa6, 0x66, 0x66, 0x65, 0x54, + 0x05, 0x55, 0xc1, 0x97, 0x5c, 0x03, 0xb7, 0xf0, 0x73, 0xca, 0x95, 0x0b, 0xc5, 0x91, 0xe2, 0x8c, + 0x8b, 0x53, 0x8e, 0x29, 0x0e, 0x5b, 0x78, 0x39, 0x70, 0xe0, 0x02, 0xa4, 0xa0, 0x0a, 0x9d, 0xa8, + 0xfe, 0x99, 0xdf, 0xd5, 0x6a, 0x67, 0x83, 0xed, 0xa0, 0x54, 0x6e, 0xd3, 0xdd, 0xaf, 0xbf, 0xd7, + 0xef, 0xf5, 0xeb, 0xaf, 0x5f, 0xbf, 0x5d, 0xf8, 0x8a, 0x6b, 0x34, 0x5d, 0xed, 0x60, 0xd5, 0xd5, + 0x0c, 0xab, 0xe2, 0x52, 0xe7, 0xd0, 0xd0, 0xe9, 0x65, 0x62, 0x1b, 0x6e, 0x85, 0xd8, 0x46, 0xe5, + 0x70, 0x99, 0x98, 0xf6, 0x3e, 0x59, 0xae, 0x34, 0x69, 0x9b, 0x3a, 0xc4, 0xa3, 0x75, 0xcd, 0x76, + 0x2c, 0xcf, 0x42, 0x4b, 0x62, 0x86, 0x26, 0x67, 0x7c, 0x8f, 0xcd, 0xd0, 0x88, 0x6d, 0x68, 0xfe, + 0x8c, 0x85, 0xcb, 0x4d, 0xc3, 0xdb, 0xef, 0xec, 0x69, 0xba, 0xd5, 0xaa, 0x34, 0xad, 0xa6, 0x55, + 0xe1, 0x13, 0xf7, 0x3a, 0x0d, 0xde, 0xe2, 0x0d, 0xfe, 0x25, 0x00, 0x17, 0x54, 0xb9, 0x04, 0xa6, + 0x55, 0xb7, 0x1c, 0x5a, 0x39, 0xec, 0x53, 0xba, 0x70, 0x35, 0x94, 0x69, 0x11, 0x7d, 0xdf, 0x68, + 0x53, 0xe7, 0xa8, 0x62, 0x1f, 0x34, 0x2b, 0x7c, 0xbd, 0x2d, 0xea, 0x91, 0x93, 0x66, 0x5d, 0x1b, + 0x34, 0xcb, 0xe9, 0xb4, 0x3d, 0xa3, 0x45, 0x2b, 0xae, 0xbe, 0x4f, 0x5b, 0xa4, 0x6f, 0xde, 0xf5, + 0xa8, 0x67, 0x74, 0xab, 0xed, 0x39, 0x96, 0x69, 0x52, 0xe7, 0xb2, 0x3f, 0x8d, 0x41, 0xf0, 0xa9, + 0x34, 0x39, 0x55, 0xfd, 0xa5, 0x02, 0x2f, 0xae, 0x5b, 0xed, 0x86, 0xd1, 0xdc, 0x22, 0xb6, 0xfb, + 0x2a, 0x6d, 0x90, 0x8e, 0xe9, 0x6d, 0x5a, 0x3a, 0x31, 0xb7, 0xf7, 0x7e, 0x40, 0x75, 0x0f, 0xd3, + 0x06, 0x75, 0x68, 0x5b, 0xa7, 0xe8, 0x02, 0xe4, 0x9b, 0x8e, 0xd5, 0xb1, 0x4b, 0xca, 0x92, 0xf2, + 0x52, 0xb1, 0x3a, 0xfd, 0xa8, 0x5b, 0x1e, 0xeb, 0x75, 0xcb, 0xf9, 0x3b, 0xac, 0x13, 0x8b, 0x31, + 0xf4, 0x32, 0x14, 0x1c, 0xea, 0x5a, 0x1d, 0x47, 0xa7, 0xa5, 0x0c, 0x97, 0x9b, 0x93, 0x72, 0x05, + 0x2c, 0xfb, 0x71, 0x20, 0x81, 0x96, 0x20, 0xd7, 0x26, 0x2d, 0x5a, 0xca, 0x72, 0xc9, 0x29, 0x29, + 0x99, 0xbb, 0x4b, 0x5a, 0x14, 0xf3, 0x11, 0xf5, 0x0f, 0x0a, 0xcc, 0xde, 0xb6, 0x9c, 0x07, 0xc4, + 0xa9, 0xd7, 0xac, 0x1a, 0x71, 0x9a, 0xd4, 0x43, 0x87, 0x50, 0xf4, 0xf8, 0x17, 0xa6, 0x0d, 0xbe, + 0x98, 0xc9, 0x95, 0x5b, 0xda, 0xb0, 0x4d, 0xd6, 0x76, 0xc5, 0xc8, 0x69, 0x26, 0x56, 0xe7, 0xe5, + 0x0a, 0x8a, 0x35, 0x1f, 0x1f, 0x87, 0xaa, 0xd0, 0x4d, 0x00, 0xd1, 0xd8, 0xb1, 0x1c, 0x8f, 0x5b, + 0x97, 0xaf, 0xbe, 0xd0, 0xeb, 0x96, 0xa1, 0x16, 0xf4, 0x1e, 0xc7, 0x5a, 0x38, 0x22, 0xaf, 0x7e, + 0x94, 0x81, 0x89, 0x3b, 0xc4, 0xa3, 0x0f, 0xc8, 0x11, 0xba, 0x0f, 0x05, 0xef, 0xc8, 0xa6, 0x5b, + 0xd4, 0x23, 0xd2, 0x00, 0xcd, 0x37, 0x20, 0xba, 0xf5, 0x9a, 0x7d, 0xd0, 0xd4, 0xb8, 0x25, 0x2c, + 0x60, 0xb4, 0xc3, 0x65, 0xad, 0x26, 0x67, 0x85, 0x5e, 0xf5, 0x7b, 0x70, 0x80, 0x88, 0xbe, 0x0f, + 0x05, 0x26, 0x5f, 0x27, 0x1e, 0xe1, 0xab, 0x9c, 0x5c, 0xb9, 0x92, 0x0e, 0x5d, 0xb8, 0x83, 0xe3, + 0x23, 0x89, 0x0f, 0x61, 0x1f, 0x0e, 0x50, 0xd1, 0x36, 0xe4, 0x5c, 0x9b, 0xea, 0x7c, 0xdf, 0x26, + 0x57, 0x2e, 0x0f, 0x77, 0xbe, 0x34, 0x7c, 0xd7, 0xa6, 0x7a, 0xb8, 0xcd, 0xac, 0x85, 0x39, 0x10, + 0xfa, 0x36, 0x8c, 0xbb, 0x1e, 0xf1, 0x3a, 0x6e, 0x29, 0xc7, 0x21, 0x2b, 0xe9, 0x21, 0xf9, 0xb4, + 0xea, 0x8c, 0x04, 0x1d, 0x17, 0x6d, 0x2c, 0xe1, 0xd4, 0x87, 0x59, 0x98, 0x92, 0x92, 0xeb, 0x26, + 0x71, 0xdd, 0x98, 0xeb, 0x73, 0x4f, 0xd5, 0xf5, 0xca, 0x53, 0x71, 0x7d, 0x4d, 0xba, 0x5e, 0x6c, + 0xec, 0x4a, 0x6a, 0x3f, 0x71, 0xeb, 0x07, 0xfa, 0xff, 0x7e, 0xe0, 0x7f, 0xb1, 0xa5, 0x57, 0x47, + 0xc4, 0x3d, 0x7d, 0x13, 0x7e, 0x97, 0x85, 0xe7, 0xa2, 0xe2, 0xeb, 0x56, 0xbb, 0x6e, 0x78, 0x86, + 0xd5, 0x46, 0x5f, 0x87, 0x1c, 0xf3, 0x9d, 0xa4, 0x94, 0x8b, 0xfe, 0xca, 0x98, 0x67, 0x8f, 0xbb, + 0xe5, 0xe7, 0x4f, 0x9c, 0xc4, 0x06, 0x31, 0x9f, 0x86, 0x36, 0x83, 0x65, 0x0b, 0xae, 0xb9, 0x1a, + 0x5f, 0xc0, 0x71, 0xb7, 0x7c, 0x02, 0x57, 0x6b, 0x01, 0x52, 0x7c, 0x99, 0xe8, 0x4b, 0x30, 0xee, + 0x50, 0xe2, 0x5a, 0x6d, 0xc9, 0x47, 0x81, 0x39, 0x98, 0xf7, 0x62, 0x39, 0x8a, 0x2e, 0xc2, 0x44, + 0x8b, 0xba, 0x2e, 0x69, 0x52, 0x1e, 0x41, 0xc5, 0xea, 0xac, 0x14, 0x9c, 0xd8, 0x12, 0xdd, 0xd8, + 0x1f, 0x47, 0x87, 0x80, 0x4c, 0xe2, 0x7a, 0x35, 0x87, 0xb4, 0x5d, 0xb1, 0x78, 0xa3, 0x45, 0x4b, + 0x79, 0xee, 0xe3, 0x4b, 0x29, 0xe3, 0xce, 0x68, 0xd1, 0xea, 0x82, 0xd4, 0x80, 0x36, 0xfb, 0xd0, + 0xf0, 0x09, 0x1a, 0xd0, 0x37, 0x01, 0x59, 0x7b, 0x6c, 0xef, 0x68, 0xfd, 0x8e, 0x20, 0x7c, 0xc3, + 0x6a, 0x97, 0xc6, 0x97, 0x94, 0x97, 0xb2, 0x21, 0xd6, 0x76, 0x9f, 0x04, 0x3e, 0x61, 0x96, 0xfa, + 0x7e, 0x06, 0xe6, 0xa2, 0x1b, 0xb1, 0x69, 0xb8, 0x5e, 0xec, 0x18, 0x65, 0x9f, 0xf8, 0x31, 0xba, + 0xdf, 0x77, 0x8c, 0x52, 0xa2, 0xb3, 0xb5, 0xc5, 0xd1, 0xfd, 0x9e, 0xc8, 0x11, 0xda, 0x85, 0xbc, + 0xe1, 0xd1, 0x16, 0x0b, 0x9a, 0x6c, 0x14, 0x3a, 0x5d, 0xac, 0x87, 0x17, 0xdf, 0x37, 0x18, 0x08, + 0x16, 0x58, 0xea, 0x5f, 0xb3, 0x71, 0x2f, 0xb1, 0xc3, 0x85, 0x56, 0x00, 0xc2, 0xdb, 0x58, 0x06, + 0x79, 0x70, 0xbc, 0xd7, 0x83, 0x11, 0x1c, 0x91, 0x42, 0x3f, 0x55, 0xa0, 0x44, 0x4c, 0xd3, 0x7a, + 0x40, 0xeb, 0x12, 0x8f, 0x5d, 0x87, 0xae, 0x4d, 0x74, 0xea, 0xca, 0x53, 0xff, 0x4a, 0x4a, 0x67, + 0x90, 0x3d, 0x6a, 0xee, 0x52, 0x93, 0xea, 0x9e, 0xe5, 0x54, 0x97, 0xa4, 0xde, 0xd2, 0xda, 0x00, + 0x70, 0x3c, 0x50, 0x2d, 0x7a, 0x47, 0x81, 0xf3, 0x72, 0x10, 0x5b, 0x1d, 0x8f, 0x46, 0x56, 0x94, + 0xfd, 0xf8, 0x2b, 0x5a, 0xe8, 0x75, 0xcb, 0xe7, 0xd7, 0x4e, 0x84, 0xc5, 0x03, 0xd4, 0xa1, 0xb7, + 0x15, 0x98, 0xb6, 0x89, 0x43, 0x5a, 0xd4, 0xa3, 0x8e, 0xcb, 0x12, 0x00, 0x41, 0xe2, 0x77, 0x86, + 0x6f, 0x62, 0xaa, 0x2c, 0xa7, 0x3a, 0xdf, 0xeb, 0x96, 0xa7, 0x77, 0xa2, 0x1a, 0x70, 0x5c, 0xa1, + 0xfa, 0x13, 0x05, 0x50, 0x3f, 0xf9, 0xa1, 0x03, 0xbe, 0xd7, 0x82, 0x58, 0xdc, 0x92, 0xc2, 0x43, + 0xeb, 0xab, 0xa3, 0x85, 0x56, 0x40, 0x4c, 0xb1, 0x20, 0x91, 0x90, 0x38, 0x02, 0xaf, 0xfe, 0x26, + 0x12, 0x6d, 0x01, 0x99, 0xae, 0xc6, 0xc8, 0xf4, 0x8b, 0x09, 0x32, 0x3d, 0x97, 0x94, 0x7f, 0x6a, + 0x3c, 0x1a, 0xe1, 0xc7, 0xec, 0x10, 0x7e, 0x0c, 0x29, 0x37, 0x77, 0x2a, 0xe5, 0x7e, 0x1a, 0x78, + 0xf4, 0xbd, 0x0c, 0x4c, 0xca, 0x3d, 0xe8, 0xa3, 0x50, 0xe5, 0xa9, 0x52, 0x68, 0xe6, 0x89, 0x53, + 0xe8, 0x5d, 0x9f, 0x42, 0xb3, 0x3c, 0xce, 0x2f, 0xa6, 0x8e, 0xf3, 0x01, 0xec, 0x79, 0x00, 0xe7, + 0xa5, 0x40, 0xf2, 0xd5, 0x51, 0x81, 0x62, 0xdb, 0x3f, 0xfe, 0x32, 0xb2, 0x83, 0x2c, 0x3d, 0xe0, + 0x05, 0x1c, 0xca, 0x04, 0x6f, 0x8a, 0xcc, 0xc0, 0x37, 0xc5, 0x47, 0x4a, 0xb0, 0x11, 0x9c, 0xa5, + 0x2f, 0x40, 0x5e, 0x67, 0xc7, 0x2f, 0xf9, 0xb0, 0xe1, 0x67, 0x12, 0x8b, 0x31, 0xf4, 0x1d, 0x28, + 0x9a, 0x86, 0xeb, 0xb1, 0xed, 0xf4, 0x2f, 0x8e, 0x4b, 0xc3, 0xad, 0xde, 0x94, 0x53, 0xc2, 0x35, + 0xfb, 0x3d, 0x2e, 0x0e, 0xf1, 0xd0, 0x1e, 0x14, 0x49, 0xbd, 0xee, 0x50, 0xd7, 0xa5, 0xbe, 0x4b, + 0x97, 0xd3, 0x83, 0xaf, 0x89, 0xa9, 0xa1, 0x8e, 0x35, 0x1f, 0x0b, 0x87, 0xb0, 0xea, 0x9f, 0x14, + 0x98, 0x8e, 0xe5, 0xcc, 0xa8, 0x71, 0x02, 0x63, 0x8d, 0x90, 0x50, 0xa6, 0x25, 0x2b, 0x44, 0xfa, + 0x5d, 0x77, 0x25, 0xbd, 0x75, 0x32, 0xb7, 0x3c, 0xd5, 0x81, 0xea, 0x1f, 0x15, 0x98, 0xdb, 0xa8, + 0xd5, 0x76, 0x36, 0x28, 0xa9, 0x53, 0xe7, 0xb6, 0x61, 0x7a, 0xd4, 0x41, 0x6f, 0x42, 0x96, 0xd4, + 0xeb, 0xd2, 0xb0, 0xaf, 0x0d, 0xd7, 0x98, 0x04, 0xd0, 0xd6, 0xea, 0xf5, 0x5b, 0x6d, 0xcf, 0x39, + 0xaa, 0x4e, 0x4a, 0xe5, 0xd9, 0xb5, 0x7a, 0x1d, 0x33, 0x50, 0xa4, 0x32, 0xe2, 0x6a, 0x59, 0x87, + 0x94, 0x1b, 0x54, 0xac, 0x82, 0x20, 0x2d, 0xd6, 0x83, 0xe5, 0xc8, 0xc2, 0x35, 0x28, 0xf8, 0x08, + 0x68, 0x0e, 0xb2, 0x07, 0xf4, 0x48, 0x44, 0x18, 0x66, 0x9f, 0xe8, 0x1c, 0xe4, 0x0f, 0x89, 0xd9, + 0x91, 0x81, 0x8a, 0x45, 0xe3, 0x46, 0x66, 0x55, 0x51, 0xff, 0x93, 0x81, 0x22, 0x5b, 0x0b, 0xbf, + 0xfb, 0xce, 0xfc, 0x5b, 0xf1, 0xb5, 0xd8, 0x5b, 0xb1, 0x92, 0x6e, 0x1b, 0xb8, 0xe9, 0x03, 0x5f, + 0x2b, 0x6f, 0x24, 0x5e, 0x8b, 0xcb, 0xa3, 0x80, 0x9e, 0xfe, 0x54, 0xf9, 0xbb, 0x02, 0xb3, 0x81, + 0xec, 0x9a, 0xce, 0xef, 0xd5, 0xb7, 0xa0, 0xd8, 0xf0, 0x4b, 0x10, 0x72, 0x0b, 0x52, 0x68, 0x4c, + 0x54, 0x2d, 0xaa, 0xd3, 0x2c, 0x78, 0x83, 0x4e, 0x1c, 0x42, 0xa2, 0x1f, 0xc3, 0x14, 0xfd, 0xa1, + 0x47, 0xdb, 0x2e, 0xbb, 0x39, 0x68, 0x43, 0xee, 0xc3, 0x13, 0xcb, 0x68, 0xe6, 0x7a, 0xdd, 0xf2, + 0xd4, 0xad, 0x88, 0x02, 0x1c, 0x53, 0xa7, 0xfe, 0x2d, 0x6a, 0xb2, 0x3c, 0x3a, 0x6f, 0xc0, 0xc4, + 0x3e, 0x3f, 0x09, 0xae, 0x34, 0x78, 0x65, 0xf4, 0xe3, 0x53, 0x9d, 0x64, 0x57, 0xbe, 0xe8, 0x71, + 0xb1, 0x8f, 0xf7, 0x49, 0x5b, 0xfb, 0xb3, 0x0c, 0x4c, 0x07, 0xd6, 0x6e, 0x58, 0xae, 0x87, 0x5e, + 0x86, 0xc2, 0xbe, 0xe5, 0x7a, 0xfc, 0xd2, 0x50, 0xe2, 0x25, 0xab, 0x0d, 0xd9, 0x8f, 0x03, 0x09, + 0x54, 0x83, 0xbc, 0xd3, 0x31, 0xa9, 0x4f, 0x64, 0xa3, 0xc4, 0x33, 0xee, 0x98, 0x34, 0xbc, 0x5d, + 0x58, 0xcb, 0xc5, 0x02, 0xac, 0xcf, 0x29, 0xd9, 0x67, 0xeb, 0x94, 0x5f, 0x45, 0x9d, 0x72, 0xe6, + 0x93, 0x93, 0x9d, 0x78, 0x72, 0xf2, 0xe5, 0x11, 0xb6, 0x68, 0x40, 0x7a, 0xf2, 0xeb, 0x2c, 0xcc, + 0x04, 0x32, 0x5b, 0xc4, 0xd3, 0xf7, 0x59, 0xd4, 0xd8, 0xc4, 0xdb, 0xaf, 0x85, 0x09, 0x77, 0xb0, + 0xa4, 0x1d, 0xd9, 0x8f, 0x03, 0x09, 0xf4, 0x02, 0xe4, 0xd8, 0xb7, 0x4c, 0x4a, 0x0a, 0x8c, 0xcf, + 0x98, 0x14, 0xe6, 0xbd, 0x48, 0x03, 0x10, 0xa7, 0x83, 0xa3, 0xc9, 0xe2, 0x03, 0x23, 0xd4, 0x8d, + 0xa0, 0x17, 0x47, 0x24, 0x50, 0x1d, 0xc6, 0x45, 0xab, 0x94, 0xe3, 0x16, 0xde, 0x1c, 0xc1, 0x42, + 0xbe, 0x7a, 0x4d, 0x00, 0x8b, 0xcb, 0x2d, 0xa0, 0x42, 0xd1, 0x89, 0x25, 0x76, 0x5f, 0x4c, 0xe6, + 0x9f, 0x69, 0x4c, 0x2e, 0x5c, 0x87, 0xc9, 0xc8, 0x2a, 0x47, 0xba, 0x40, 0xdf, 0x8d, 0x86, 0x33, + 0x3b, 0x67, 0xe8, 0x35, 0xc8, 0xb7, 0x98, 0xe1, 0xc9, 0xa2, 0x5c, 0x5a, 0x87, 0x55, 0x8b, 0x2c, + 0x26, 0xf8, 0x27, 0x16, 0x48, 0xe8, 0x5b, 0x30, 0xde, 0xe0, 0x3c, 0x27, 0x23, 0x78, 0x94, 0x4b, + 0x48, 0x12, 0x24, 0x4f, 0x1a, 0xc4, 0x37, 0x96, 0x60, 0x0c, 0x96, 0xf0, 0x6b, 0x47, 0x72, 0xc0, + 0x28, 0xb0, 0xe2, 0xbe, 0x12, 0xb0, 0xe2, 0x1b, 0x4b, 0x30, 0xf5, 0xf7, 0x4a, 0xc4, 0x25, 0x3c, + 0xeb, 0xad, 0x41, 0x9e, 0x91, 0x9a, 0x9f, 0xf8, 0x8d, 0x42, 0x64, 0x8c, 0x16, 0xc3, 0x93, 0xc2, + 0x5a, 0x2e, 0x16, 0x60, 0xe8, 0x1e, 0x4c, 0xd4, 0xc5, 0xa6, 0x4b, 0xb7, 0x8c, 0x8c, 0xcb, 0x6f, + 0x0d, 0x19, 0x38, 0xd8, 0x07, 0x53, 0x1f, 0x46, 0x2f, 0x29, 0x99, 0xbf, 0x5a, 0x30, 0xd9, 0x14, + 0xb9, 0x28, 0xa6, 0x0d, 0xdf, 0x8e, 0xd5, 0xd4, 0x09, 0x6c, 0x32, 0x20, 0x3f, 0x27, 0x0d, 0xf2, + 0xdf, 0x06, 0x0c, 0x14, 0x47, 0x35, 0xa8, 0x07, 0x30, 0xed, 0xdf, 0x08, 0x82, 0x04, 0x56, 0xa3, + 0x61, 0x55, 0xac, 0xaa, 0xbe, 0x4b, 0xf8, 0xe8, 0x71, 0xb7, 0x3c, 0x1f, 0x13, 0xe7, 0xe7, 0x58, + 0x46, 0xcf, 0xf0, 0x57, 0xca, 0x3f, 0x32, 0x50, 0xf0, 0x73, 0x5d, 0xf4, 0xdd, 0xc4, 0x1d, 0x95, + 0xce, 0xaf, 0x51, 0xe5, 0xa7, 0x5e, 0x6a, 0x4b, 0x90, 0xb3, 0xc3, 0xdf, 0x34, 0x82, 0xd5, 0xf0, + 0xdf, 0x30, 0xf8, 0x08, 0xba, 0x09, 0x05, 0xfe, 0x7b, 0x91, 0x6e, 0x99, 0x92, 0xa0, 0x96, 0x02, + 0xba, 0x93, 0xfd, 0xc7, 0xdd, 0xf2, 0x94, 0xff, 0x2d, 0xe9, 0x4f, 0xb6, 0xd0, 0x6d, 0xc8, 0x7a, + 0xa6, 0x9f, 0xad, 0xa5, 0xe0, 0xe3, 0xda, 0xe6, 0xae, 0x20, 0x91, 0xea, 0x04, 0xcb, 0xba, 0x6b, + 0x9b, 0xbb, 0x98, 0x01, 0xa0, 0xb7, 0x60, 0xdc, 0x61, 0x01, 0xe0, 0x4a, 0x32, 0xba, 0x36, 0x1c, + 0x4a, 0xd0, 0xba, 0xd1, 0xae, 0x1b, 0xed, 0x66, 0x50, 0x79, 0x0a, 0xcb, 0x0c, 0x1c, 0x0d, 0x4b, + 0x54, 0xb5, 0x09, 0xb3, 0x89, 0x47, 0x15, 0xaa, 0xc4, 0x8a, 0x2a, 0x5f, 0x48, 0x14, 0x55, 0x26, + 0xa5, 0x58, 0xa4, 0x96, 0x72, 0x21, 0x46, 0x4b, 0xe1, 0x31, 0xb9, 0xc7, 0x3a, 0x25, 0x4b, 0xa9, + 0xbf, 0xcd, 0xc2, 0xbc, 0xaf, 0x29, 0x2c, 0xe0, 0x5c, 0x8f, 0xe9, 0x7a, 0x31, 0xa1, 0xeb, 0xb9, + 0xbe, 0x09, 0x9f, 0x55, 0x70, 0x9e, 0x6d, 0x05, 0xe7, 0x5f, 0x0a, 0xcc, 0xc4, 0x9f, 0xa5, 0xc1, + 0x39, 0x56, 0x06, 0x9d, 0x63, 0xf4, 0x3a, 0x4c, 0xc8, 0x47, 0x78, 0xfa, 0x8b, 0x22, 0xf9, 0xb2, + 0xe7, 0x9c, 0x28, 0x1b, 0xd8, 0x87, 0x43, 0xcd, 0xd8, 0xfb, 0x5d, 0x24, 0x3b, 0xaf, 0xa4, 0x07, + 0x4f, 0x5f, 0x6d, 0x7c, 0x98, 0x81, 0x73, 0x27, 0x9d, 0x23, 0xf4, 0x23, 0x98, 0x0f, 0x0a, 0x2f, + 0x7e, 0xa7, 0xe4, 0xa7, 0x8f, 0x55, 0x11, 0x7e, 0x5e, 0x2e, 0x64, 0xfe, 0x6e, 0x12, 0x15, 0xf7, + 0x2b, 0x42, 0x26, 0x4c, 0xf3, 0x73, 0x1b, 0x68, 0xfe, 0x1f, 0xaa, 0xe3, 0xbc, 0xec, 0x8b, 0xa3, + 0x68, 0x38, 0x0e, 0xae, 0xbe, 0xa7, 0x80, 0xba, 0x4b, 0x75, 0x87, 0x7a, 0xff, 0x7f, 0xbf, 0x92, + 0xff, 0x5c, 0x81, 0x0b, 0x29, 0x7e, 0xdf, 0xfe, 0x64, 0x16, 0xf7, 0xcf, 0x0c, 0x14, 0x03, 0x42, + 0x47, 0xef, 0x28, 0x30, 0xab, 0x53, 0xc7, 0x33, 0x1a, 0x86, 0x4e, 0x3c, 0x1a, 0xb9, 0xb9, 0x5f, + 0x4d, 0xf3, 0x1b, 0xfe, 0x30, 0xff, 0x57, 0x3f, 0x2f, 0x57, 0x30, 0xbb, 0x1e, 0x57, 0x82, 0x93, + 0x5a, 0xd1, 0x0d, 0x98, 0x69, 0x19, 0x6d, 0xa3, 0xd5, 0x69, 0xdd, 0xa3, 0x0e, 0xcb, 0x3a, 0xa5, + 0xb5, 0xa8, 0xd7, 0x2d, 0xcf, 0x6c, 0xc5, 0x46, 0x70, 0x42, 0x12, 0xe9, 0x30, 0x61, 0xd9, 0xd1, + 0x73, 0xb7, 0x3a, 0xc2, 0xa5, 0xa6, 0x6d, 0x8b, 0xa9, 0x22, 0xfd, 0x0e, 0xa8, 0x55, 0xf6, 0x62, + 0x1f, 0x79, 0xe1, 0x06, 0x4c, 0x45, 0x25, 0x47, 0x4a, 0x81, 0xff, 0x9d, 0x81, 0x42, 0x4d, 0xb7, + 0x3f, 0x1d, 0x25, 0xa4, 0x9d, 0x58, 0x09, 0x29, 0xc5, 0xef, 0x75, 0xbe, 0xe5, 0x03, 0x2b, 0x48, + 0xaf, 0x27, 0x2a, 0x48, 0x57, 0x46, 0xc0, 0x3c, 0xbd, 0x80, 0xf4, 0x8b, 0x0c, 0x4c, 0xf9, 0xa2, + 0x67, 0xfe, 0x25, 0xbd, 0x1d, 0x7f, 0x49, 0x5f, 0x4a, 0xef, 0xa5, 0x01, 0x0f, 0xe9, 0x99, 0xd0, + 0x39, 0x6c, 0x37, 0xd4, 0x39, 0x98, 0x89, 0xfb, 0x95, 0xff, 0x61, 0xa3, 0xe6, 0x90, 0x46, 0xc3, + 0xd0, 0x77, 0x6d, 0xd3, 0xf0, 0xce, 0x7c, 0xf0, 0xd6, 0x62, 0xc1, 0x9b, 0xa2, 0x8e, 0x16, 0xb5, + 0x3e, 0xc5, 0x1f, 0x36, 0x72, 0x69, 0xff, 0xb0, 0x11, 0xc3, 0x3d, 0x3d, 0x88, 0xdf, 0xcf, 0xc0, + 0x5c, 0x54, 0xfc, 0xcc, 0x07, 0xf2, 0x6e, 0x3c, 0x90, 0xb5, 0xd1, 0xbc, 0x35, 0x20, 0x98, 0x51, + 0xdc, 0x49, 0x3c, 0xa0, 0xcf, 0x01, 0x3a, 0xc1, 0xcf, 0xda, 0xa3, 0xc7, 0x8b, 0x63, 0x1f, 0x3c, + 0x5e, 0x1c, 0xfb, 0xf0, 0xf1, 0xe2, 0xd8, 0xdb, 0xbd, 0x45, 0xe5, 0x51, 0x6f, 0x51, 0xf9, 0xa0, + 0xb7, 0xa8, 0x7c, 0xd8, 0x5b, 0x54, 0xfe, 0xdc, 0x5b, 0x54, 0xde, 0xfd, 0xcb, 0xe2, 0xd8, 0x9b, + 0x05, 0x5f, 0xf9, 0x7f, 0x03, 0x00, 0x00, 0xff, 0xff, 0x87, 0x8d, 0xfa, 0x49, 0xea, 0x28, 0x00, + 0x00, } func (m *ConfigMapsDefaultLocalObjectReference) Marshal() (dAtA []byte, err error) { @@ -1583,6 +1585,9 @@ func (m *GatewayClassCondition) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + i = encodeVarintGenerated(dAtA, i, uint64(m.ObservedGeneration)) + i-- + dAtA[i] = 0x30 { size, err := m.LastTransitionTime.MarshalToSizedBuffer(dAtA[:i]) if err != nil { @@ -1792,6 +1797,9 @@ func (m *GatewayCondition) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + i = encodeVarintGenerated(dAtA, i, uint64(m.ObservedGeneration)) + i-- + dAtA[i] = 0x30 { size, err := m.LastTransitionTime.MarshalToSizedBuffer(dAtA[:i]) if err != nil { @@ -2718,6 +2726,9 @@ func (m *ListenerCondition) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + i = encodeVarintGenerated(dAtA, i, uint64(m.ObservedGeneration)) + i-- + dAtA[i] = 0x30 { size, err := m.LastTransitionTime.MarshalToSizedBuffer(dAtA[:i]) if err != nil { @@ -3416,6 +3427,7 @@ func (m *GatewayClassCondition) Size() (n int) { n += 1 + l + sovGenerated(uint64(l)) l = m.LastTransitionTime.Size() n += 1 + l + sovGenerated(uint64(l)) + n += 1 + sovGenerated(uint64(m.ObservedGeneration)) return n } @@ -3490,6 +3502,7 @@ func (m *GatewayCondition) Size() (n int) { n += 1 + l + sovGenerated(uint64(l)) l = m.LastTransitionTime.Size() n += 1 + l + sovGenerated(uint64(l)) + n += 1 + sovGenerated(uint64(m.ObservedGeneration)) return n } @@ -3831,6 +3844,7 @@ func (m *ListenerCondition) Size() (n int) { n += 1 + l + sovGenerated(uint64(l)) l = m.LastTransitionTime.Size() n += 1 + l + sovGenerated(uint64(l)) + n += 1 + sovGenerated(uint64(m.ObservedGeneration)) return n } @@ -4100,6 +4114,7 @@ func (this *GatewayClassCondition) String() string { `Reason:` + fmt.Sprintf("%v", this.Reason) + `,`, `Message:` + fmt.Sprintf("%v", this.Message) + `,`, `LastTransitionTime:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.LastTransitionTime), "Time", "v1.Time", 1), `&`, ``, 1) + `,`, + `ObservedGeneration:` + fmt.Sprintf("%v", this.ObservedGeneration) + `,`, `}`, }, "") return s @@ -4159,6 +4174,7 @@ func (this *GatewayCondition) String() string { `Message:` + fmt.Sprintf("%v", this.Message) + `,`, `Reason:` + fmt.Sprintf("%v", this.Reason) + `,`, `LastTransitionTime:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.LastTransitionTime), "Time", "v1.Time", 1), `&`, ``, 1) + `,`, + `ObservedGeneration:` + fmt.Sprintf("%v", this.ObservedGeneration) + `,`, `}`, }, "") return s @@ -4437,6 +4453,7 @@ func (this *ListenerCondition) String() string { `Message:` + fmt.Sprintf("%v", this.Message) + `,`, `Reason:` + fmt.Sprintf("%v", this.Reason) + `,`, `LastTransitionTime:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.LastTransitionTime), "Time", "v1.Time", 1), `&`, ``, 1) + `,`, + `ObservedGeneration:` + fmt.Sprintf("%v", this.ObservedGeneration) + `,`, `}`, }, "") return s @@ -5439,6 +5456,25 @@ func (m *GatewayClassCondition) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 6: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field ObservedGeneration", wireType) + } + m.ObservedGeneration = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.ObservedGeneration |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) @@ -6083,6 +6119,25 @@ func (m *GatewayCondition) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 6: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field ObservedGeneration", wireType) + } + m.ObservedGeneration = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.ObservedGeneration |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) @@ -8921,6 +8976,25 @@ func (m *ListenerCondition) Unmarshal(dAtA []byte) error { return err } iNdEx = postIndex + case 6: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field ObservedGeneration", wireType) + } + m.ObservedGeneration = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.ObservedGeneration |= int64(b&0x7F) << shift + if b < 0x80 { + break + } + } default: iNdEx = preIndex skippy, err := skipGenerated(dAtA[iNdEx:]) diff --git a/api/v1alpha1/generated.proto b/api/v1alpha1/generated.proto index bedf44b311..5094794af0 100644 --- a/api/v1alpha1/generated.proto +++ b/api/v1alpha1/generated.proto @@ -132,10 +132,12 @@ message GatewayClass { // Support: Core, unless otherwise specified. message GatewayClassCondition { // Type of this condition. + // // +required optional string type = 1; // Status of this condition. + // // +required optional string status = 2; @@ -156,9 +158,18 @@ message GatewayClassCondition { optional string message = 4; // LastTransitionTime is the time of the last change to this condition. + // This should be when the underlying condition changed. + // If that is not known, then using the time when the API field changed is acceptable. // // +required optional k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 5; + + // If set, this represents the .metadata.generation that the condition was set based upon. + // For instance, if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration is 9, the condition is out of date + // with respect to the current state of the instance. + // + // +optional + optional int64 observedGeneration = 6; } // GatewayClassList contains a list of GatewayClass @@ -264,27 +275,41 @@ message GatewayClassStatus { // GatewayCondition is an error status for a given route. message GatewayCondition { // Type indicates the type of condition. + // // +required optional string type = 1; // Status describes the current state of this condition. Can be "True", // "False", or "Unknown". + // // +required optional string status = 2; // Message is a human-understandable message describing the condition. // This field may be empty. + // // +required optional string message = 3; // Reason indicates why the condition is in this state. // This field must not be empty. + // // +required optional string reason = 4; // LastTransitionTime indicates the last time this condition changed. + // This should be when the underlying condition changed. + // If that is not known, then using the time when the API field changed is acceptable. + // // +required optional k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 5; + + // If set, this represents the .metadata.generation that the condition was set based upon. + // For instance, if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration is 9, the condition is out of date + // with respect to the current state of the instance. + // + // +optional + optional int64 observedGeneration = 6; } // GatewayList contains a list of Gateway @@ -738,27 +763,41 @@ message ListenerAddress { // ListenerCondition is an error status for a given listener. message ListenerCondition { // Type indicates the type of condition. + // // +required optional string type = 1; // Status describes the current state of this condition. Can be "True", // "False", or "Unknown". + // // +required optional string status = 2; // Message is a human-understandable message describing the condition. // This field may be empty. + // // +required optional string message = 3; // Reason indicates why the condition is in this state. // This field must not be empty. + // // +required optional string reason = 4; // LastTransitionTime indicates the last time this condition changed. + // This should be when the underlying condition changed. + // If that is not known, then using the time when the API field changed is acceptable. + // // +required optional k8s.io.apimachinery.pkg.apis.meta.v1.Time lastTransitionTime = 5; + + // If set, this represents the .metadata.generation that the condition was set based upon. + // For instance, if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration is 9, the condition is out of date + // with respect to the current state of the instance. + // + // +optional + optional int64 observedGeneration = 6; } // ListenerStatus is the status associated with each listener block. diff --git a/config/crd/bases/networking.x-k8s.io_gatewayclasses.yaml b/config/crd/bases/networking.x-k8s.io_gatewayclasses.yaml index 5b3e870441..0958e5f096 100644 --- a/config/crd/bases/networking.x-k8s.io_gatewayclasses.yaml +++ b/config/crd/bases/networking.x-k8s.io_gatewayclasses.yaml @@ -223,13 +223,23 @@ spec: properties: lastTransitionTime: description: LastTransitionTime is the time of the last change - to this condition. + to this condition. This should be when the underlying condition + changed. If that is not known, then using the time when the + API field changed is acceptable. format: date-time type: string message: description: Message is a human readable reason for last transition. This field may be empty. type: string + observedGeneration: + description: If set, this represents the .metadata.generation + that the condition was set based upon. For instance, if .metadata.generation + is currently 12, but the .status.condition[x].observedGeneration + is 9, the condition is out of date with respect to the current + state of the instance. + format: int64 + type: integer reason: description: "Reason is a machine consumable string for the last transition. It should be a one-word, CamelCase string. diff --git a/config/crd/bases/networking.x-k8s.io_gateways.yaml b/config/crd/bases/networking.x-k8s.io_gateways.yaml index e2ed0ad2a6..c7df65f34d 100644 --- a/config/crd/bases/networking.x-k8s.io_gateways.yaml +++ b/config/crd/bases/networking.x-k8s.io_gateways.yaml @@ -369,13 +369,23 @@ spec: properties: lastTransitionTime: description: LastTransitionTime indicates the last time this - condition changed. + condition changed. This should be when the underlying condition + changed. If that is not known, then using the time when the + API field changed is acceptable. format: date-time type: string message: description: Message is a human-understandable message describing the condition. This field may be empty. type: string + observedGeneration: + description: If set, this represents the .metadata.generation + that the condition was set based upon. For instance, if .metadata.generation + is currently 12, but the .status.condition[x].observedGeneration + is 9, the condition is out of date with respect to the current + state of the instance. + format: int64 + type: integer reason: description: Reason indicates why the condition is in this state. This field must not be empty. @@ -427,13 +437,23 @@ spec: properties: lastTransitionTime: description: LastTransitionTime indicates the last time - this condition changed. + this condition changed. This should be when the underlying + condition changed. If that is not known, then using + the time when the API field changed is acceptable. format: date-time type: string message: description: Message is a human-understandable message describing the condition. This field may be empty. type: string + observedGeneration: + description: If set, this represents the .metadata.generation + that the condition was set based upon. For instance, + if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration + is 9, the condition is out of date with respect to the + current state of the instance. + format: int64 + type: integer reason: description: Reason indicates why the condition is in this state. This field must not be empty. diff --git a/docs-src/spec.md b/docs-src/spec.md index 06656baec4..26f9b648d4 100644 --- a/docs-src/spec.md +++ b/docs-src/spec.md @@ -818,7 +818,23 @@ Kubernetes meta/v1.Time -

LastTransitionTime is the time of the last change to this condition.

+

LastTransitionTime is the time of the last change to this condition. +This should be when the underlying condition changed. +If that is not known, then using the time when the API field changed is acceptable.

+ + + + +observedGeneration
+ +int64 + + + +(Optional) +

If set, this represents the .metadata.generation that the condition was set based upon. +For instance, if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration is 9, the condition is out of date +with respect to the current state of the instance.

@@ -1062,7 +1078,23 @@ Kubernetes meta/v1.Time -

LastTransitionTime indicates the last time this condition changed.

+

LastTransitionTime indicates the last time this condition changed. +This should be when the underlying condition changed. +If that is not known, then using the time when the API field changed is acceptable.

+ + + + +observedGeneration
+ +int64 + + + +(Optional) +

If set, this represents the .metadata.generation that the condition was set based upon. +For instance, if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration is 9, the condition is out of date +with respect to the current state of the instance.

@@ -2075,7 +2107,23 @@ Kubernetes meta/v1.Time -

LastTransitionTime indicates the last time this condition changed.

+

LastTransitionTime indicates the last time this condition changed. +This should be when the underlying condition changed. +If that is not known, then using the time when the API field changed is acceptable.

+ + + + +observedGeneration
+ +int64 + + + +(Optional) +

If set, this represents the .metadata.generation that the condition was set based upon. +For instance, if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration is 9, the condition is out of date +with respect to the current state of the instance.

diff --git a/docs/spec/index.html b/docs/spec/index.html index c387d5ca39..aeb1aacf7b 100644 --- a/docs/spec/index.html +++ b/docs/spec/index.html @@ -1143,7 +1143,23 @@

GatewayClassConditio -

LastTransitionTime is the time of the last change to this condition.

+

LastTransitionTime is the time of the last change to this condition. +This should be when the underlying condition changed. +If that is not known, then using the time when the API field changed is acceptable.

+ + + + +observedGeneration
+ +int64 + + + +(Optional) +

If set, this represents the .metadata.generation that the condition was set based upon. +For instance, if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration is 9, the condition is out of date +with respect to the current state of the instance.

@@ -1387,7 +1403,23 @@

GatewayCondition -

LastTransitionTime indicates the last time this condition changed.

+

LastTransitionTime indicates the last time this condition changed. +This should be when the underlying condition changed. +If that is not known, then using the time when the API field changed is acceptable.

+ + + + +observedGeneration
+ +int64 + + + +(Optional) +

If set, this represents the .metadata.generation that the condition was set based upon. +For instance, if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration is 9, the condition is out of date +with respect to the current state of the instance.

@@ -2400,7 +2432,23 @@

ListenerCondition -

LastTransitionTime indicates the last time this condition changed.

+

LastTransitionTime indicates the last time this condition changed. +This should be when the underlying condition changed. +If that is not known, then using the time when the API field changed is acceptable.

+ + + + +observedGeneration
+ +int64 + + + +(Optional) +

If set, this represents the .metadata.generation that the condition was set based upon. +For instance, if .metadata.generation is currently 12, but the .status.condition[x].observedGeneration is 9, the condition is out of date +with respect to the current state of the instance.