Documentation ¶
Overview ¶
Package sfc is a generated protocol buffer package.
Package pod defines data model for Kubernetes Pod.
It is generated from these files:
sfc.proto
It has these top-level messages:
Sfc
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Sfc ¶
type Sfc struct { // Name of the pod unique within the namespace. // Cannot be updated. Pod string `protobuf:"bytes,1,opt,name=pod,proto3" json:"pod,omitempty"` // Node the pod is deployed into into. // Can be updated Node string `protobuf:"bytes,2,opt,name=node,proto3" json:"node,omitempty"` }
Pod is a collection of containers that can run on a host. This resource is created by clients and scheduled onto hosts.
func (*Sfc) Descriptor ¶
func (*Sfc) ProtoMessage ¶
func (*Sfc) ProtoMessage()
Click to show internal directories.
Click to hide internal directories.