Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPRouteGroupSet ¶
type HTTPRouteGroupSet interface { Keys() sets.String List() []*specs_smi_spec_io_v1alpha3.HTTPRouteGroup Map() map[string]*specs_smi_spec_io_v1alpha3.HTTPRouteGroup Insert(hTTPRouteGroup ...*specs_smi_spec_io_v1alpha3.HTTPRouteGroup) Equal(hTTPRouteGroupSet HTTPRouteGroupSet) bool Has(hTTPRouteGroup *specs_smi_spec_io_v1alpha3.HTTPRouteGroup) bool Delete(hTTPRouteGroup *specs_smi_spec_io_v1alpha3.HTTPRouteGroup) Union(set HTTPRouteGroupSet) HTTPRouteGroupSet Difference(set HTTPRouteGroupSet) HTTPRouteGroupSet Intersection(set HTTPRouteGroupSet) HTTPRouteGroupSet Find(id ezkube.ResourceId) (*specs_smi_spec_io_v1alpha3.HTTPRouteGroup, error) Length() int }
func NewHTTPRouteGroupSet ¶
func NewHTTPRouteGroupSet(hTTPRouteGroupList ...*specs_smi_spec_io_v1alpha3.HTTPRouteGroup) HTTPRouteGroupSet
func NewHTTPRouteGroupSetFromList ¶
func NewHTTPRouteGroupSetFromList(hTTPRouteGroupList *specs_smi_spec_io_v1alpha3.HTTPRouteGroupList) HTTPRouteGroupSet
Click to show internal directories.
Click to hide internal directories.