2018-01-09 18:57:14 +00:00
|
|
|
/*
|
2018-11-26 18:23:56 +00:00
|
|
|
Copyright The Kubernetes Authors.
|
2018-01-09 18:57:14 +00:00
|
|
|
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at
|
|
|
|
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
See the License for the specific language governing permissions and
|
|
|
|
limitations under the License.
|
|
|
|
*/
|
|
|
|
|
2018-11-26 18:23:56 +00:00
|
|
|
// Code generated by protoc-gen-gogo. DO NOT EDIT.
|
2024-05-15 06:54:18 +00:00
|
|
|
// source: k8s.io/apimachinery/pkg/api/resource/generated.proto
|
2018-01-09 18:57:14 +00:00
|
|
|
|
2020-01-14 10:38:55 +00:00
|
|
|
package resource
|
2018-01-09 18:57:14 +00:00
|
|
|
|
2020-01-14 10:38:55 +00:00
|
|
|
import (
|
|
|
|
fmt "fmt"
|
2018-01-09 18:57:14 +00:00
|
|
|
|
2020-01-14 10:38:55 +00:00
|
|
|
math "math"
|
2018-01-09 18:57:14 +00:00
|
|
|
|
2020-01-14 10:38:55 +00:00
|
|
|
proto "github.com/gogo/protobuf/proto"
|
|
|
|
)
|
2018-01-09 18:57:14 +00:00
|
|
|
|
|
|
|
// Reference imports to suppress errors if they are not otherwise used.
|
|
|
|
var _ = proto.Marshal
|
|
|
|
var _ = fmt.Errorf
|
|
|
|
var _ = math.Inf
|
|
|
|
|
|
|
|
// This is a compile-time assertion to ensure that this generated file
|
|
|
|
// is compatible with the proto package it is being compiled against.
|
|
|
|
// A compilation error at this line likely means your copy of the
|
|
|
|
// proto package needs to be updated.
|
2020-04-14 07:04:33 +00:00
|
|
|
const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package
|
2018-01-09 18:57:14 +00:00
|
|
|
|
2020-01-14 10:38:55 +00:00
|
|
|
func (m *Quantity) Reset() { *m = Quantity{} }
|
|
|
|
func (*Quantity) ProtoMessage() {}
|
|
|
|
func (*Quantity) Descriptor() ([]byte, []int) {
|
2024-05-15 06:54:18 +00:00
|
|
|
return fileDescriptor_7288c78ff45111e9, []int{0}
|
2020-01-14 10:38:55 +00:00
|
|
|
}
|
|
|
|
func (m *Quantity) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_Quantity.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *Quantity) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_Quantity.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (m *Quantity) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_Quantity.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *Quantity) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_Quantity.Size(m)
|
|
|
|
}
|
|
|
|
func (m *Quantity) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_Quantity.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_Quantity proto.InternalMessageInfo
|
2018-01-09 18:57:14 +00:00
|
|
|
|
2021-12-08 13:50:47 +00:00
|
|
|
func (m *QuantityValue) Reset() { *m = QuantityValue{} }
|
|
|
|
func (*QuantityValue) ProtoMessage() {}
|
|
|
|
func (*QuantityValue) Descriptor() ([]byte, []int) {
|
2024-05-15 06:54:18 +00:00
|
|
|
return fileDescriptor_7288c78ff45111e9, []int{1}
|
2021-12-08 13:50:47 +00:00
|
|
|
}
|
|
|
|
func (m *QuantityValue) XXX_Unmarshal(b []byte) error {
|
|
|
|
return xxx_messageInfo_QuantityValue.Unmarshal(m, b)
|
|
|
|
}
|
|
|
|
func (m *QuantityValue) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
|
|
|
|
return xxx_messageInfo_QuantityValue.Marshal(b, m, deterministic)
|
|
|
|
}
|
|
|
|
func (m *QuantityValue) XXX_Merge(src proto.Message) {
|
|
|
|
xxx_messageInfo_QuantityValue.Merge(m, src)
|
|
|
|
}
|
|
|
|
func (m *QuantityValue) XXX_Size() int {
|
|
|
|
return xxx_messageInfo_QuantityValue.Size(m)
|
|
|
|
}
|
|
|
|
func (m *QuantityValue) XXX_DiscardUnknown() {
|
|
|
|
xxx_messageInfo_QuantityValue.DiscardUnknown(m)
|
|
|
|
}
|
|
|
|
|
|
|
|
var xxx_messageInfo_QuantityValue proto.InternalMessageInfo
|
|
|
|
|
2018-01-09 18:57:14 +00:00
|
|
|
func init() {
|
|
|
|
proto.RegisterType((*Quantity)(nil), "k8s.io.apimachinery.pkg.api.resource.Quantity")
|
2021-12-08 13:50:47 +00:00
|
|
|
proto.RegisterType((*QuantityValue)(nil), "k8s.io.apimachinery.pkg.api.resource.QuantityValue")
|
2018-01-09 18:57:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
func init() {
|
2024-05-15 06:54:18 +00:00
|
|
|
proto.RegisterFile("k8s.io/apimachinery/pkg/api/resource/generated.proto", fileDescriptor_7288c78ff45111e9)
|
2018-01-09 18:57:14 +00:00
|
|
|
}
|
|
|
|
|
2024-05-15 06:54:18 +00:00
|
|
|
var fileDescriptor_7288c78ff45111e9 = []byte{
|
|
|
|
// 234 bytes of a gzipped FileDescriptorProto
|
|
|
|
0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0xc9, 0xb6, 0x28, 0xd6,
|
|
|
|
0xcb, 0xcc, 0xd7, 0x4f, 0x2c, 0xc8, 0xcc, 0x4d, 0x4c, 0xce, 0xc8, 0xcc, 0x4b, 0x2d, 0xaa, 0xd4,
|
|
|
|
0x2f, 0xc8, 0x4e, 0x07, 0x09, 0xe8, 0x17, 0xa5, 0x16, 0xe7, 0x97, 0x16, 0x25, 0xa7, 0xea, 0xa7,
|
|
|
|
0xa7, 0xe6, 0xa5, 0x16, 0x25, 0x96, 0xa4, 0xa6, 0xe8, 0x15, 0x14, 0xe5, 0x97, 0xe4, 0x0b, 0xa9,
|
|
|
|
0x40, 0x74, 0xe9, 0x21, 0xeb, 0xd2, 0x2b, 0xc8, 0x4e, 0x07, 0x09, 0xe8, 0xc1, 0x74, 0x49, 0xe9,
|
|
|
|
0xa6, 0x67, 0x96, 0x64, 0x94, 0x26, 0xe9, 0x25, 0xe7, 0xe7, 0xea, 0xa7, 0xe7, 0xa7, 0xe7, 0xeb,
|
|
|
|
0x83, 0x35, 0x27, 0x95, 0xa6, 0x81, 0x79, 0x60, 0x0e, 0x98, 0x05, 0x31, 0x54, 0xc9, 0x82, 0x8b,
|
|
|
|
0x23, 0xb0, 0x34, 0x31, 0xaf, 0x24, 0xb3, 0xa4, 0x52, 0x48, 0x8c, 0x8b, 0xad, 0xb8, 0xa4, 0x28,
|
|
|
|
0x33, 0x2f, 0x5d, 0x82, 0x51, 0x81, 0x51, 0x83, 0x33, 0x08, 0xca, 0xb3, 0x12, 0x99, 0xb1, 0x40,
|
|
|
|
0x9e, 0xa1, 0x63, 0xa1, 0x3c, 0xc3, 0x84, 0x85, 0xf2, 0x0c, 0x0b, 0x16, 0xca, 0x33, 0x34, 0xdc,
|
|
|
|
0x51, 0x60, 0x50, 0xb2, 0xe5, 0xe2, 0x85, 0xe9, 0x0c, 0x4b, 0xcc, 0x29, 0x4d, 0x25, 0x4d, 0xbb,
|
|
|
|
0x93, 0xd7, 0x89, 0x87, 0x72, 0x0c, 0x17, 0x1e, 0xca, 0x31, 0xdc, 0x78, 0x28, 0xc7, 0xd0, 0xf0,
|
|
|
|
0x48, 0x8e, 0xf1, 0xc4, 0x23, 0x39, 0xc6, 0x0b, 0x8f, 0xe4, 0x18, 0x6f, 0x3c, 0x92, 0x63, 0x7c,
|
|
|
|
0xf0, 0x48, 0x8e, 0x71, 0xc2, 0x63, 0x39, 0x86, 0x28, 0x15, 0x62, 0x42, 0x0a, 0x10, 0x00, 0x00,
|
|
|
|
0xff, 0xff, 0x50, 0x91, 0xd0, 0x9c, 0x50, 0x01, 0x00, 0x00,
|
2018-01-09 18:57:14 +00:00
|
|
|
}
|