diff --git a/servicecertsigner/v1alpha1/generated.pb.go b/servicecertsigner/v1alpha1/generated.pb.go index 2e42145285b..86d11505c25 100644 --- a/servicecertsigner/v1alpha1/generated.pb.go +++ b/servicecertsigner/v1alpha1/generated.pb.go @@ -12,6 +12,7 @@ DelegatedAuthentication DelegatedAuthorization ServiceCertSignerOperatorConfig + ServiceCertSignerOperatorConfigList ServiceCertSignerOperatorConfigSpec ServiceCertSignerOperatorConfigStatus ServiceServingCertSignerConfig @@ -52,28 +53,35 @@ func (*ServiceCertSignerOperatorConfig) Descriptor() ([]byte, []int) { return fileDescriptorGenerated, []int{2} } +func (m *ServiceCertSignerOperatorConfigList) Reset() { *m = ServiceCertSignerOperatorConfigList{} } +func (*ServiceCertSignerOperatorConfigList) ProtoMessage() {} +func (*ServiceCertSignerOperatorConfigList) Descriptor() ([]byte, []int) { + return fileDescriptorGenerated, []int{3} +} + func (m *ServiceCertSignerOperatorConfigSpec) Reset() { *m = ServiceCertSignerOperatorConfigSpec{} } func (*ServiceCertSignerOperatorConfigSpec) ProtoMessage() {} func (*ServiceCertSignerOperatorConfigSpec) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{3} + return fileDescriptorGenerated, []int{4} } func (m *ServiceCertSignerOperatorConfigStatus) Reset() { *m = ServiceCertSignerOperatorConfigStatus{} } func (*ServiceCertSignerOperatorConfigStatus) ProtoMessage() {} func (*ServiceCertSignerOperatorConfigStatus) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{4} + return fileDescriptorGenerated, []int{5} } func (m *ServiceServingCertSignerConfig) Reset() { *m = ServiceServingCertSignerConfig{} } func (*ServiceServingCertSignerConfig) ProtoMessage() {} func (*ServiceServingCertSignerConfig) Descriptor() ([]byte, []int) { - return fileDescriptorGenerated, []int{5} + return fileDescriptorGenerated, []int{6} } func init() { proto.RegisterType((*DelegatedAuthentication)(nil), "github.com.openshift.api.servicecertsigner.v1alpha1.DelegatedAuthentication") proto.RegisterType((*DelegatedAuthorization)(nil), "github.com.openshift.api.servicecertsigner.v1alpha1.DelegatedAuthorization") proto.RegisterType((*ServiceCertSignerOperatorConfig)(nil), "github.com.openshift.api.servicecertsigner.v1alpha1.ServiceCertSignerOperatorConfig") + proto.RegisterType((*ServiceCertSignerOperatorConfigList)(nil), "github.com.openshift.api.servicecertsigner.v1alpha1.ServiceCertSignerOperatorConfigList") proto.RegisterType((*ServiceCertSignerOperatorConfigSpec)(nil), "github.com.openshift.api.servicecertsigner.v1alpha1.ServiceCertSignerOperatorConfigSpec") proto.RegisterType((*ServiceCertSignerOperatorConfigStatus)(nil), "github.com.openshift.api.servicecertsigner.v1alpha1.ServiceCertSignerOperatorConfigStatus") proto.RegisterType((*ServiceServingCertSignerConfig)(nil), "github.com.openshift.api.servicecertsigner.v1alpha1.ServiceServingCertSignerConfig") @@ -172,6 +180,44 @@ func (m *ServiceCertSignerOperatorConfig) MarshalTo(dAtA []byte) (int, error) { return i, nil } +func (m *ServiceCertSignerOperatorConfigList) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalTo(dAtA) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *ServiceCertSignerOperatorConfigList) MarshalTo(dAtA []byte) (int, error) { + var i int + _ = i + var l int + _ = l + dAtA[i] = 0xa + i++ + i = encodeVarintGenerated(dAtA, i, uint64(m.ListMeta.Size())) + n4, err := m.ListMeta.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n4 + if len(m.Items) > 0 { + for _, msg := range m.Items { + dAtA[i] = 0x12 + i++ + i = encodeVarintGenerated(dAtA, i, uint64(msg.Size())) + n, err := msg.MarshalTo(dAtA[i:]) + if err != nil { + return 0, err + } + i += n + } + } + return i, nil +} + func (m *ServiceCertSignerOperatorConfigSpec) Marshal() (dAtA []byte, err error) { size := m.Size() dAtA = make([]byte, size) @@ -190,19 +236,19 @@ func (m *ServiceCertSignerOperatorConfigSpec) MarshalTo(dAtA []byte) (int, error dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.OperatorSpec.Size())) - n4, err := m.OperatorSpec.MarshalTo(dAtA[i:]) + n5, err := m.OperatorSpec.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n4 + i += n5 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ServiceServingCertSignerConfig.Size())) - n5, err := m.ServiceServingCertSignerConfig.MarshalTo(dAtA[i:]) + n6, err := m.ServiceServingCertSignerConfig.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n5 + i += n6 return i, nil } @@ -224,11 +270,11 @@ func (m *ServiceCertSignerOperatorConfigStatus) MarshalTo(dAtA []byte) (int, err dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.OperatorStatus.Size())) - n6, err := m.OperatorStatus.MarshalTo(dAtA[i:]) + n7, err := m.OperatorStatus.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n6 + i += n7 return i, nil } @@ -250,35 +296,35 @@ func (m *ServiceServingCertSignerConfig) MarshalTo(dAtA []byte) (int, error) { dAtA[i] = 0xa i++ i = encodeVarintGenerated(dAtA, i, uint64(m.ServingInfo.Size())) - n7, err := m.ServingInfo.MarshalTo(dAtA[i:]) + n8, err := m.ServingInfo.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n7 + i += n8 dAtA[i] = 0x12 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Authentication.Size())) - n8, err := m.Authentication.MarshalTo(dAtA[i:]) + n9, err := m.Authentication.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n8 + i += n9 dAtA[i] = 0x1a i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Authorization.Size())) - n9, err := m.Authorization.MarshalTo(dAtA[i:]) + n10, err := m.Authorization.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n9 + i += n10 dAtA[i] = 0x22 i++ i = encodeVarintGenerated(dAtA, i, uint64(m.Signer.Size())) - n10, err := m.Signer.MarshalTo(dAtA[i:]) + n11, err := m.Signer.MarshalTo(dAtA[i:]) if err != nil { return 0, err } - i += n10 + i += n11 return i, nil } @@ -335,6 +381,20 @@ func (m *ServiceCertSignerOperatorConfig) Size() (n int) { return n } +func (m *ServiceCertSignerOperatorConfigList) Size() (n int) { + var l int + _ = l + l = m.ListMeta.Size() + n += 1 + l + sovGenerated(uint64(l)) + if len(m.Items) > 0 { + for _, e := range m.Items { + l = e.Size() + n += 1 + l + sovGenerated(uint64(l)) + } + } + return n +} + func (m *ServiceCertSignerOperatorConfigSpec) Size() (n int) { var l int _ = l @@ -412,6 +472,17 @@ func (this *ServiceCertSignerOperatorConfig) String() string { }, "") return s } +func (this *ServiceCertSignerOperatorConfigList) String() string { + if this == nil { + return "nil" + } + s := strings.Join([]string{`&ServiceCertSignerOperatorConfigList{`, + `ListMeta:` + strings.Replace(strings.Replace(this.ListMeta.String(), "ListMeta", "k8s_io_apimachinery_pkg_apis_meta_v1.ListMeta", 1), `&`, ``, 1) + `,`, + `Items:` + strings.Replace(strings.Replace(fmt.Sprintf("%v", this.Items), "ServiceCertSignerOperatorConfig", "ServiceCertSignerOperatorConfig", 1), `&`, ``, 1) + `,`, + `}`, + }, "") + return s +} func (this *ServiceCertSignerOperatorConfigSpec) String() string { if this == nil { return "nil" @@ -734,6 +805,117 @@ func (m *ServiceCertSignerOperatorConfig) Unmarshal(dAtA []byte) error { } return nil } +func (m *ServiceCertSignerOperatorConfigList) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= (uint64(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: ServiceCertSignerOperatorConfigList: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: ServiceCertSignerOperatorConfigList: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ListMeta", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= (int(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + msglen + if postIndex > l { + return io.ErrUnexpectedEOF + } + if err := m.ListMeta.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field Items", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowGenerated + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= (int(b) & 0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthGenerated + } + postIndex := iNdEx + msglen + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.Items = append(m.Items, ServiceCertSignerOperatorConfig{}) + if err := m.Items[len(m.Items)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + default: + iNdEx = preIndex + skippy, err := skipGenerated(dAtA[iNdEx:]) + if err != nil { + return err + } + if skippy < 0 { + return ErrInvalidLengthGenerated + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func (m *ServiceCertSignerOperatorConfigSpec) Unmarshal(dAtA []byte) error { l := len(dAtA) iNdEx := 0 @@ -1204,48 +1386,52 @@ func init() { } var fileDescriptorGenerated = []byte{ - // 686 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x54, 0x4d, 0x4f, 0x13, 0x4f, - 0x18, 0xef, 0x02, 0x21, 0xcd, 0x00, 0xcd, 0x3f, 0xf3, 0x57, 0x6c, 0x7a, 0x58, 0x4c, 0x8d, 0xc6, - 0x03, 0xcc, 0x0a, 0x18, 0x43, 0xb8, 0xb9, 0xe0, 0x5b, 0xd4, 0x60, 0xa6, 0x1c, 0x0c, 0x27, 0xa7, - 0xdb, 0xe9, 0x76, 0x80, 0xce, 0x6c, 0x76, 0xa6, 0x55, 0x39, 0x19, 0xe3, 0xc1, 0x83, 0x07, 0xbf, - 0x80, 0x27, 0x3f, 0x85, 0xdf, 0x80, 0x23, 0x47, 0x4e, 0x44, 0xd6, 0xaf, 0xe1, 0xc1, 0xec, 0xec, - 0xb4, 0xbb, 0x0b, 0xae, 0x6d, 0x6a, 0xbc, 0x75, 0x9e, 0xce, 0xf3, 0x7b, 0x79, 0x7e, 0xfb, 0x0c, - 0xd8, 0xf2, 0x99, 0xea, 0xf4, 0x9a, 0xc8, 0x13, 0x5d, 0x47, 0x04, 0x94, 0xcb, 0x0e, 0x6b, 0x2b, - 0x87, 0x04, 0xcc, 0x91, 0x34, 0xec, 0x33, 0x8f, 0x7a, 0x34, 0x54, 0x92, 0xf9, 0x9c, 0x86, 0x4e, - 0x7f, 0x95, 0x1c, 0x06, 0x1d, 0xb2, 0xea, 0xf8, 0x94, 0xd3, 0x90, 0x28, 0xda, 0x42, 0x41, 0x28, - 0x94, 0x80, 0xeb, 0x29, 0x08, 0x1a, 0x82, 0x20, 0x12, 0x30, 0x74, 0x09, 0x04, 0x0d, 0x40, 0x6a, - 0x2b, 0x19, 0x66, 0x5f, 0xf8, 0xc2, 0xd1, 0x58, 0xcd, 0x5e, 0x5b, 0x9f, 0xf4, 0x41, 0xff, 0x4a, - 0x38, 0x6a, 0x6b, 0x85, 0x42, 0x3d, 0xc1, 0xdb, 0xcc, 0x77, 0xfa, 0x97, 0x74, 0xd5, 0x36, 0x0b, - 0x7b, 0x44, 0x10, 0x5f, 0x14, 0xc5, 0x9e, 0x6a, 0x77, 0x0f, 0x36, 0x24, 0x62, 0x22, 0xbe, 0xdd, - 0x25, 0x5e, 0x87, 0x71, 0x1a, 0xbe, 0x75, 0x82, 0x03, 0x3f, 0x2e, 0x48, 0xa7, 0x4b, 0x15, 0xf9, - 0x1d, 0xa3, 0x53, 0xd4, 0x15, 0xf6, 0xb8, 0x62, 0x5d, 0x7a, 0xa9, 0xe1, 0xde, 0xa8, 0x06, 0xe9, - 0x75, 0x68, 0x97, 0x5c, 0xec, 0xab, 0x3f, 0x02, 0xd7, 0xb6, 0xe9, 0x21, 0xf5, 0xe3, 0xd2, 0xfd, - 0x9e, 0xea, 0x50, 0xae, 0x98, 0x47, 0x14, 0x13, 0x1c, 0x2e, 0x83, 0x72, 0x8b, 0x49, 0xd2, 0x3c, - 0xa4, 0xad, 0xaa, 0x75, 0xdd, 0xba, 0x5d, 0x76, 0xff, 0x3b, 0x3e, 0x5b, 0x2a, 0x45, 0x67, 0x4b, - 0xe5, 0x6d, 0x53, 0xc7, 0xc3, 0x1b, 0xf5, 0x87, 0x60, 0x31, 0x07, 0x24, 0x42, 0x76, 0x34, 0x09, - 0xce, 0x87, 0x69, 0xb0, 0xd4, 0x48, 0xd2, 0xde, 0xa2, 0xa1, 0x6a, 0xe8, 0xb4, 0x77, 0xcc, 0x98, - 0xb7, 0x74, 0x44, 0xf0, 0x15, 0x28, 0xc7, 0x83, 0x6b, 0x11, 0x45, 0x34, 0xe2, 0xdc, 0xda, 0x1d, - 0x94, 0xf8, 0x47, 0x59, 0xff, 0x28, 0x38, 0xf0, 0xe3, 0x82, 0x44, 0xf1, 0x6d, 0xd4, 0x5f, 0x45, - 0x3b, 0xcd, 0x7d, 0xea, 0xa9, 0xe7, 0x54, 0x11, 0x17, 0x1a, 0x0d, 0x20, 0xad, 0xe1, 0x21, 0x2a, - 0x3c, 0x02, 0x33, 0x32, 0xa0, 0x5e, 0x75, 0x4a, 0xa3, 0xbf, 0x44, 0x13, 0x7c, 0x98, 0x68, 0x84, - 0x8b, 0x46, 0x40, 0x3d, 0x77, 0xde, 0xa8, 0x98, 0x89, 0x4f, 0x58, 0x73, 0xc2, 0xf7, 0x16, 0x98, - 0x95, 0x8a, 0xa8, 0x9e, 0xac, 0x4e, 0x6b, 0xfa, 0xbd, 0x7f, 0x42, 0xaf, 0x19, 0xdc, 0x8a, 0x11, - 0x30, 0x9b, 0x9c, 0xb1, 0x61, 0xae, 0x7f, 0x9b, 0x02, 0x37, 0xc6, 0x30, 0x00, 0x43, 0x30, 0x3f, - 0xd8, 0x81, 0xf8, 0x6c, 0xe2, 0xd8, 0x28, 0x56, 0x3c, 0xb8, 0x9d, 0x0a, 0xdd, 0xc9, 0xf4, 0xbb, - 0x57, 0x8c, 0x9e, 0xf9, 0x6c, 0x15, 0xe7, 0x38, 0xe0, 0x17, 0x0b, 0xd8, 0xc6, 0xb8, 0x96, 0xc8, - 0xfd, 0x54, 0x62, 0x22, 0xcd, 0xe4, 0xb6, 0x52, 0xf8, 0x55, 0x98, 0xad, 0x40, 0x98, 0xbc, 0x7e, - 0xf0, 0x46, 0x51, 0x2e, 0x99, 0xe0, 0xee, 0x2d, 0xc3, 0x6d, 0x37, 0xfe, 0x08, 0x8e, 0x47, 0x90, - 0xd7, 0xbf, 0x5a, 0xe0, 0xe6, 0x58, 0xd3, 0x87, 0x47, 0xa0, 0x32, 0x74, 0x96, 0x24, 0x9e, 0xcc, - 0x6f, 0x73, 0xa2, 0xf9, 0x25, 0x89, 0x2e, 0x1a, 0x17, 0x95, 0x7c, 0x1d, 0x5f, 0x60, 0xaa, 0xff, - 0x9c, 0x06, 0x23, 0x8c, 0xc2, 0x7d, 0x30, 0x27, 0x93, 0xbf, 0x9e, 0xf0, 0xb6, 0x30, 0xda, 0xd6, - 0x8b, 0xb5, 0x25, 0x2f, 0x68, 0xbc, 0x68, 0x8f, 0x77, 0x77, 0x5f, 0x34, 0xd2, 0x56, 0xf7, 0x7f, - 0x23, 0x6a, 0x2e, 0x53, 0xc4, 0x59, 0x70, 0xf8, 0xc9, 0x02, 0x15, 0x92, 0x7b, 0x80, 0x4c, 0x88, - 0xcf, 0x26, 0xfa, 0xfa, 0x0b, 0x1e, 0xb5, 0x74, 0x3a, 0xf9, 0x3a, 0xbe, 0xc0, 0x0d, 0x3f, 0x5a, - 0x60, 0x81, 0x64, 0x9f, 0x31, 0xb3, 0x8b, 0x4f, 0xff, 0x5e, 0xcd, 0x10, 0xd2, 0xbd, 0x6a, 0xc4, - 0x2c, 0xe4, 0xca, 0x38, 0x4f, 0x0c, 0x77, 0xc1, 0x6c, 0x82, 0x57, 0x9d, 0xd1, 0x12, 0x96, 0xc7, - 0x09, 0x20, 0xce, 0x52, 0x4f, 0x3e, 0x5d, 0x70, 0x8d, 0x81, 0x0d, 0x96, 0x8b, 0x8e, 0xcf, 0xed, - 0xd2, 0xc9, 0xb9, 0x5d, 0x3a, 0x3d, 0xb7, 0x4b, 0xef, 0x22, 0xdb, 0x3a, 0x8e, 0x6c, 0xeb, 0x24, - 0xb2, 0xad, 0xd3, 0xc8, 0xb6, 0xbe, 0x47, 0xb6, 0xf5, 0xf9, 0x87, 0x5d, 0xda, 0x2b, 0x0f, 0x2c, - 0xfc, 0x0a, 0x00, 0x00, 0xff, 0xff, 0xec, 0x26, 0x36, 0xe0, 0xe1, 0x07, 0x00, 0x00, + // 744 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x55, 0x4f, 0x4f, 0x13, 0x4f, + 0x18, 0xee, 0x52, 0x20, 0xcd, 0x14, 0x9a, 0x5f, 0xe6, 0xa7, 0xd8, 0xf4, 0xb0, 0x90, 0x1a, 0x0d, + 0x07, 0x98, 0x15, 0x30, 0x86, 0x70, 0x73, 0xc1, 0x3f, 0x44, 0x0c, 0x66, 0xdb, 0x83, 0x21, 0x1e, + 0x9c, 0x6e, 0xa7, 0xdb, 0x01, 0xba, 0xb3, 0xd9, 0x99, 0x56, 0xe1, 0x64, 0x8c, 0x07, 0x0f, 0x1e, + 0xfc, 0x02, 0x9e, 0xfc, 0x14, 0x7e, 0x03, 0x8e, 0x1c, 0x39, 0x11, 0xa9, 0x5f, 0xc3, 0x18, 0x33, + 0xb3, 0xd3, 0x76, 0x97, 0xba, 0x96, 0xd4, 0x70, 0xeb, 0xbc, 0x7d, 0xdf, 0xe7, 0x79, 0xde, 0xf7, + 0x79, 0xf3, 0x2e, 0xd8, 0xf4, 0xa8, 0x68, 0xb6, 0x6b, 0xc8, 0x65, 0x2d, 0x8b, 0x05, 0xc4, 0xe7, + 0x4d, 0xda, 0x10, 0x16, 0x0e, 0xa8, 0xc5, 0x49, 0xd8, 0xa1, 0x2e, 0x71, 0x49, 0x28, 0x38, 0xf5, + 0x7c, 0x12, 0x5a, 0x9d, 0x15, 0x7c, 0x18, 0x34, 0xf1, 0x8a, 0xe5, 0x11, 0x9f, 0x84, 0x58, 0x90, + 0x3a, 0x0a, 0x42, 0x26, 0x18, 0x5c, 0x1b, 0x80, 0xa0, 0x3e, 0x08, 0xc2, 0x01, 0x45, 0x43, 0x20, + 0xa8, 0x07, 0x52, 0x5a, 0x8e, 0x31, 0x7b, 0xcc, 0x63, 0x96, 0xc2, 0xaa, 0xb5, 0x1b, 0xea, 0xa5, + 0x1e, 0xea, 0x57, 0xc4, 0x51, 0x5a, 0x4d, 0x15, 0xea, 0x32, 0xbf, 0x41, 0x3d, 0xab, 0x33, 0xa4, + 0xab, 0xb4, 0x91, 0x5a, 0xc3, 0x02, 0x99, 0xc8, 0xd2, 0x7b, 0x2a, 0xdd, 0x3f, 0x58, 0xe7, 0x88, + 0x32, 0x99, 0xdd, 0xc2, 0x6e, 0x93, 0xfa, 0x24, 0x3c, 0xb2, 0x82, 0x03, 0x4f, 0x06, 0xb8, 0xd5, + 0x22, 0x02, 0xff, 0x89, 0xd1, 0x4a, 0xab, 0x0a, 0xdb, 0xbe, 0xa0, 0x2d, 0x32, 0x54, 0xf0, 0x60, + 0x54, 0x01, 0x77, 0x9b, 0xa4, 0x85, 0x2f, 0xd7, 0x95, 0x9f, 0x80, 0x5b, 0x5b, 0xe4, 0x90, 0x78, + 0x32, 0xf4, 0xb0, 0x2d, 0x9a, 0xc4, 0x17, 0xd4, 0xc5, 0x82, 0x32, 0x1f, 0x2e, 0x81, 0x5c, 0x9d, + 0x72, 0x5c, 0x3b, 0x24, 0xf5, 0xa2, 0xb1, 0x60, 0x2c, 0xe6, 0xec, 0xff, 0x4e, 0xce, 0xe7, 0x33, + 0xdd, 0xf3, 0xf9, 0xdc, 0x96, 0x8e, 0x3b, 0xfd, 0x8c, 0xf2, 0x63, 0x30, 0x97, 0x00, 0x62, 0x21, + 0x3d, 0x1e, 0x07, 0xe7, 0x43, 0x16, 0xcc, 0x57, 0x22, 0xb7, 0x37, 0x49, 0x28, 0x2a, 0xca, 0xed, + 0x5d, 0x3d, 0xe6, 0x4d, 0x65, 0x11, 0x7c, 0x0d, 0x72, 0x72, 0x70, 0x75, 0x2c, 0xb0, 0x42, 0xcc, + 0xaf, 0xde, 0x43, 0x51, 0xff, 0x28, 0xde, 0x3f, 0x0a, 0x0e, 0x3c, 0x19, 0xe0, 0x48, 0x66, 0xa3, + 0xce, 0x0a, 0xda, 0xad, 0xed, 0x13, 0x57, 0x3c, 0x27, 0x02, 0xdb, 0x50, 0x6b, 0x00, 0x83, 0x98, + 0xd3, 0x47, 0x85, 0xc7, 0x60, 0x92, 0x07, 0xc4, 0x2d, 0x4e, 0x28, 0xf4, 0x97, 0x68, 0x8c, 0xc5, + 0x44, 0x23, 0xba, 0xa8, 0x04, 0xc4, 0xb5, 0x67, 0xb4, 0x8a, 0x49, 0xf9, 0x72, 0x14, 0x27, 0x7c, + 0x6f, 0x80, 0x69, 0x2e, 0xb0, 0x68, 0xf3, 0x62, 0x56, 0xd1, 0xef, 0x5d, 0x0b, 0xbd, 0x62, 0xb0, + 0x0b, 0x5a, 0xc0, 0x74, 0xf4, 0x76, 0x34, 0x73, 0xf9, 0x97, 0x01, 0x6e, 0x8f, 0x40, 0xd8, 0xa1, + 0x5c, 0xc0, 0x57, 0x43, 0x56, 0xa0, 0xab, 0x59, 0x21, 0xab, 0x95, 0x11, 0xfd, 0x65, 0xe8, 0x45, + 0x62, 0x36, 0x1c, 0x81, 0x29, 0x2a, 0x48, 0x8b, 0x17, 0x27, 0x16, 0xb2, 0x8b, 0xf9, 0xd5, 0xea, + 0x75, 0x0c, 0xc2, 0x9e, 0xd5, 0x02, 0xa6, 0xb6, 0x25, 0x95, 0x13, 0x31, 0x96, 0xbf, 0x4d, 0x8c, + 0x1c, 0x80, 0xf4, 0x0c, 0x86, 0x60, 0xa6, 0x77, 0x04, 0xe4, 0x5b, 0x0f, 0x61, 0x3d, 0x5d, 0x69, + 0x2f, 0x7b, 0x20, 0x70, 0x37, 0x56, 0x6f, 0xdf, 0xd0, 0x6a, 0x66, 0xe2, 0x51, 0x27, 0xc1, 0x01, + 0xbf, 0x18, 0xc0, 0xd4, 0x0d, 0x2b, 0x89, 0xbe, 0x37, 0x90, 0x18, 0x49, 0xd3, 0x8b, 0xbb, 0x9c, + 0xea, 0x85, 0x3e, 0x0b, 0xc8, 0xc1, 0x6f, 0x1e, 0xbd, 0x15, 0xc4, 0xe7, 0x94, 0xf9, 0xf6, 0x5d, + 0xcd, 0x6d, 0x56, 0xfe, 0x0a, 0xee, 0x8c, 0x20, 0x2f, 0x7f, 0x35, 0xc0, 0x9d, 0x2b, 0xad, 0x1f, + 0x3c, 0x06, 0x85, 0x7e, 0x67, 0xd1, 0xca, 0x47, 0xf3, 0xdb, 0x18, 0x6b, 0x7e, 0xd1, 0x4a, 0xcf, + 0xe9, 0x2e, 0x0a, 0xc9, 0xb8, 0x73, 0x89, 0xa9, 0xfc, 0x33, 0x0b, 0x46, 0x34, 0x0a, 0xf7, 0x41, + 0x9e, 0x47, 0x7f, 0x6d, 0xfb, 0x0d, 0xa6, 0xb5, 0xad, 0xa5, 0x6b, 0x8b, 0x3e, 0x21, 0x72, 0xbd, + 0x9f, 0x56, 0xab, 0x2f, 0x2a, 0x83, 0x52, 0xfb, 0x7f, 0x2d, 0x2a, 0x1f, 0x0b, 0x3a, 0x71, 0x70, + 0xf8, 0xc9, 0x00, 0x05, 0x9c, 0xb8, 0xc0, 0xda, 0xc4, 0x9d, 0xb1, 0xb6, 0x3e, 0xe5, 0xaa, 0x0f, + 0xa6, 0x93, 0x8c, 0x3b, 0x97, 0xb8, 0xe1, 0x47, 0x03, 0xcc, 0xe2, 0xf8, 0x1d, 0xd7, 0xc7, 0xe8, + 0xd9, 0xbf, 0xab, 0xe9, 0x43, 0xda, 0x37, 0xb5, 0x98, 0xd9, 0x44, 0xd8, 0x49, 0x12, 0xc3, 0x2a, + 0x98, 0x8e, 0xf0, 0x8a, 0x93, 0x4a, 0xc2, 0xd2, 0x55, 0x0c, 0x90, 0x5e, 0xaa, 0xc9, 0x0f, 0x2e, + 0x9c, 0xc2, 0x70, 0x34, 0x96, 0x8d, 0x4e, 0x2e, 0xcc, 0xcc, 0xe9, 0x85, 0x99, 0x39, 0xbb, 0x30, + 0x33, 0xef, 0xba, 0xa6, 0x71, 0xd2, 0x35, 0x8d, 0xd3, 0xae, 0x69, 0x9c, 0x75, 0x4d, 0xe3, 0x7b, + 0xd7, 0x34, 0x3e, 0xff, 0x30, 0x33, 0x7b, 0xb9, 0x5e, 0x0b, 0xbf, 0x03, 0x00, 0x00, 0xff, 0xff, + 0xb8, 0xa4, 0xa7, 0x07, 0xe2, 0x08, 0x00, 0x00, } diff --git a/servicecertsigner/v1alpha1/generated.proto b/servicecertsigner/v1alpha1/generated.proto index 3c065d86351..ac6e23c9a52 100644 --- a/servicecertsigner/v1alpha1/generated.proto +++ b/servicecertsigner/v1alpha1/generated.proto @@ -35,6 +35,15 @@ message ServiceCertSignerOperatorConfig { optional ServiceCertSignerOperatorConfigStatus status = 3; } +// ServiceCertSignerOperatorConfigList is a collection of items +message ServiceCertSignerOperatorConfigList { + // Standard object's metadata. + optional k8s.io.apimachinery.pkg.apis.meta.v1.ListMeta metadata = 1; + + // Items contains the items + repeated ServiceCertSignerOperatorConfig items = 2; +} + message ServiceCertSignerOperatorConfigSpec { optional github.com.openshift.api.operator.v1alpha1.OperatorSpec operatorSpec = 1; diff --git a/servicecertsigner/v1alpha1/types_swagger_doc_generated.go b/servicecertsigner/v1alpha1/types_swagger_doc_generated.go index 8d582075e90..4c72fe41fe9 100644 --- a/servicecertsigner/v1alpha1/types_swagger_doc_generated.go +++ b/servicecertsigner/v1alpha1/types_swagger_doc_generated.go @@ -37,6 +37,16 @@ func (ServiceCertSignerOperatorConfig) SwaggerDoc() map[string]string { return map_ServiceCertSignerOperatorConfig } +var map_ServiceCertSignerOperatorConfigList = map[string]string{ + "": "ServiceCertSignerOperatorConfigList is a collection of items", + "metadata": "Standard object's metadata.", + "items": "Items contains the items", +} + +func (ServiceCertSignerOperatorConfigList) SwaggerDoc() map[string]string { + return map_ServiceCertSignerOperatorConfigList +} + var map_ServiceCertSignerOperatorConfigSpec = map[string]string{ "serviceServingCertSignerConfig": "serviceServingCertSignerConfig holds a sparse config that the user wants for this component. It only needs to be the overrides from the defaults it will end up overlaying in the following order: 1. hardcoded default 2. this config", } diff --git a/servicecertsigner/v1alpha1/zz_generated.deepcopy.go b/servicecertsigner/v1alpha1/zz_generated.deepcopy.go index f06cd621cf0..6ea9c34c7de 100644 --- a/servicecertsigner/v1alpha1/zz_generated.deepcopy.go +++ b/servicecertsigner/v1alpha1/zz_generated.deepcopy.go @@ -68,6 +68,39 @@ func (in *ServiceCertSignerOperatorConfig) DeepCopyObject() runtime.Object { return nil } +// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. +func (in *ServiceCertSignerOperatorConfigList) DeepCopyInto(out *ServiceCertSignerOperatorConfigList) { + *out = *in + out.TypeMeta = in.TypeMeta + out.ListMeta = in.ListMeta + if in.Items != nil { + in, out := &in.Items, &out.Items + *out = make([]ServiceCertSignerOperatorConfig, len(*in)) + for i := range *in { + (*in)[i].DeepCopyInto(&(*out)[i]) + } + } + return +} + +// DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ServiceCertSignerOperatorConfigList. +func (in *ServiceCertSignerOperatorConfigList) DeepCopy() *ServiceCertSignerOperatorConfigList { + if in == nil { + return nil + } + out := new(ServiceCertSignerOperatorConfigList) + in.DeepCopyInto(out) + return out +} + +// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object. +func (in *ServiceCertSignerOperatorConfigList) DeepCopyObject() runtime.Object { + if c := in.DeepCopy(); c != nil { + return c + } + return nil +} + // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil. func (in *ServiceCertSignerOperatorConfigSpec) DeepCopyInto(out *ServiceCertSignerOperatorConfigSpec) { *out = *in