intstr

package
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 26, 2018 License: Apache-2.0 Imports: 4 Imported by: 590

Documentation

Overview

Package intstr is a generated protocol buffer package.

It is generated from these files:

k8s.io/apimachinery/pkg/util/intstr/generated.proto

It has these top-level messages:

IntOrString

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrInvalidLengthGenerated = fmt.Errorf("proto: negative length found during unmarshaling")
	ErrIntOverflowGenerated   = fmt.Errorf("proto: integer overflow")
)

Functions

This section is empty.

Types

type IntOrString

type IntOrString struct {
	Type             *int64  `protobuf:"varint,1,opt,name=type" json:"type,omitempty"`
	IntVal           *int32  `protobuf:"varint,2,opt,name=intVal" json:"intVal,omitempty"`
	StrVal           *string `protobuf:"bytes,3,opt,name=strVal" json:"strVal,omitempty"`
	XXX_unrecognized []byte  `json:"-"`
}

IntOrString is a type that can hold an int32 or a string. When used in JSON or YAML marshalling and unmarshalling, it produces or consumes the inner type. This allows you to have, for example, a JSON field that can accept a name or number. TODO: Rename to Int32OrString

+protobuf=true +protobuf.options.(gogoproto.goproto_stringer)=false +k8s:openapi-gen=true

func (*IntOrString) Descriptor

func (*IntOrString) Descriptor() ([]byte, []int)

func (*IntOrString) GetIntVal

func (m *IntOrString) GetIntVal() int32

func (*IntOrString) GetStrVal

func (m *IntOrString) GetStrVal() string

func (*IntOrString) GetType

func (m *IntOrString) GetType() int64

func (*IntOrString) Marshal

func (m *IntOrString) Marshal() (dAtA []byte, err error)

func (*IntOrString) MarshalTo

func (m *IntOrString) MarshalTo(dAtA []byte) (int, error)

func (*IntOrString) ProtoMessage

func (*IntOrString) ProtoMessage()

func (*IntOrString) Reset

func (m *IntOrString) Reset()

func (*IntOrString) Size

func (m *IntOrString) Size() (n int)

func (*IntOrString) String

func (m *IntOrString) String() string

func (*IntOrString) Unmarshal

func (m *IntOrString) Unmarshal(dAtA []byte) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL