Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceVersionTable ¶
type ResourceVersionTable struct {
XdsResources
}
ResourceVersionTable holds all the translated xds resources
func (*ResourceVersionTable) AddXdsResource ¶
func (t *ResourceVersionTable) AddXdsResource(rType resource.Type, xdsResource types.Resource)
func (*ResourceVersionTable) DeepCopy ¶
func (t *ResourceVersionTable) DeepCopy() *ResourceVersionTable
DeepCopy generates a deep copy of the ResourceVersionTable object. This was generated by controller-gen and moved over from zz_generated.deepcopy.go to this file.
func (*ResourceVersionTable) DeepCopyInto ¶
func (t *ResourceVersionTable) DeepCopyInto(out *ResourceVersionTable)
DeepCopyInto copies the contents into the output object This was generated by controller-gen, moved from zz_generated.deepcopy.go and updated to use proto.Clone to deep copy the proto.Message
func (*ResourceVersionTable) GetXdsResources ¶
func (t *ResourceVersionTable) GetXdsResources() XdsResources
GetXdsResources retrieves the translated xds resources saved in the translator context.
Click to show internal directories.
Click to hide internal directories.