Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceDependencySet ¶ added in v1.1.0
type ServiceDependencySet interface { // Get the set stored keys Keys() sets.String // List of resources stored in the set. Pass an optional filter function to filter on the list. List(filterResource ...func(*networking_enterprise_mesh_gloo_solo_io_v1beta1.ServiceDependency) bool) []*networking_enterprise_mesh_gloo_solo_io_v1beta1.ServiceDependency // Unsorted list of resources stored in the set. Pass an optional filter function to filter on the list. UnsortedList(filterResource ...func(*networking_enterprise_mesh_gloo_solo_io_v1beta1.ServiceDependency) bool) []*networking_enterprise_mesh_gloo_solo_io_v1beta1.ServiceDependency // Return the Set as a map of key to resource. Map() map[string]*networking_enterprise_mesh_gloo_solo_io_v1beta1.ServiceDependency // Insert a resource into the set. Insert(serviceDependency ...*networking_enterprise_mesh_gloo_solo_io_v1beta1.ServiceDependency) // Compare the equality of the keys in two sets (not the resources themselves) Equal(serviceDependencySet ServiceDependencySet) bool // Check if the set contains a key matching the resource (not the resource itself) Has(serviceDependency ezkube.ResourceId) bool // Delete the key matching the resource Delete(serviceDependency ezkube.ResourceId) // Return the union with the provided set Union(set ServiceDependencySet) ServiceDependencySet // Return the difference with the provided set Difference(set ServiceDependencySet) ServiceDependencySet // Return the intersection with the provided set Intersection(set ServiceDependencySet) ServiceDependencySet // Find the resource with the given ID Find(id ezkube.ResourceId) (*networking_enterprise_mesh_gloo_solo_io_v1beta1.ServiceDependency, error) // Get the length of the set Length() int // returns the generic implementation of the set Generic() sksets.ResourceSet // returns the delta between this and and another ServiceDependencySet Delta(newSet ServiceDependencySet) sksets.ResourceDelta }
func NewServiceDependencySet ¶ added in v1.1.0
func NewServiceDependencySet(serviceDependencyList ...*networking_enterprise_mesh_gloo_solo_io_v1beta1.ServiceDependency) ServiceDependencySet
func NewServiceDependencySetFromList ¶ added in v1.1.0
func NewServiceDependencySetFromList(serviceDependencyList *networking_enterprise_mesh_gloo_solo_io_v1beta1.ServiceDependencyList) ServiceDependencySet
type VirtualDestinationSet ¶
type VirtualDestinationSet interface { // Get the set stored keys Keys() sets.String // List of resources stored in the set. Pass an optional filter function to filter on the list. List(filterResource ...func(*networking_enterprise_mesh_gloo_solo_io_v1beta1.VirtualDestination) bool) []*networking_enterprise_mesh_gloo_solo_io_v1beta1.VirtualDestination // Unsorted list of resources stored in the set. Pass an optional filter function to filter on the list. UnsortedList(filterResource ...func(*networking_enterprise_mesh_gloo_solo_io_v1beta1.VirtualDestination) bool) []*networking_enterprise_mesh_gloo_solo_io_v1beta1.VirtualDestination // Return the Set as a map of key to resource. Map() map[string]*networking_enterprise_mesh_gloo_solo_io_v1beta1.VirtualDestination // Insert a resource into the set. Insert(virtualDestination ...*networking_enterprise_mesh_gloo_solo_io_v1beta1.VirtualDestination) // Compare the equality of the keys in two sets (not the resources themselves) Equal(virtualDestinationSet VirtualDestinationSet) bool // Check if the set contains a key matching the resource (not the resource itself) Has(virtualDestination ezkube.ResourceId) bool // Delete the key matching the resource Delete(virtualDestination ezkube.ResourceId) // Return the union with the provided set Union(set VirtualDestinationSet) VirtualDestinationSet // Return the difference with the provided set Difference(set VirtualDestinationSet) VirtualDestinationSet // Return the intersection with the provided set Intersection(set VirtualDestinationSet) VirtualDestinationSet // Find the resource with the given ID Find(id ezkube.ResourceId) (*networking_enterprise_mesh_gloo_solo_io_v1beta1.VirtualDestination, error) // Get the length of the set Length() int // returns the generic implementation of the set Generic() sksets.ResourceSet // returns the delta between this and and another VirtualDestinationSet Delta(newSet VirtualDestinationSet) sksets.ResourceDelta }
func NewVirtualDestinationSet ¶
func NewVirtualDestinationSet(virtualDestinationList ...*networking_enterprise_mesh_gloo_solo_io_v1beta1.VirtualDestination) VirtualDestinationSet
func NewVirtualDestinationSetFromList ¶
func NewVirtualDestinationSetFromList(virtualDestinationList *networking_enterprise_mesh_gloo_solo_io_v1beta1.VirtualDestinationList) VirtualDestinationSet
type WasmDeploymentSet ¶
type WasmDeploymentSet interface { // Get the set stored keys Keys() sets.String // List of resources stored in the set. Pass an optional filter function to filter on the list. List(filterResource ...func(*networking_enterprise_mesh_gloo_solo_io_v1beta1.WasmDeployment) bool) []*networking_enterprise_mesh_gloo_solo_io_v1beta1.WasmDeployment // Unsorted list of resources stored in the set. Pass an optional filter function to filter on the list. UnsortedList(filterResource ...func(*networking_enterprise_mesh_gloo_solo_io_v1beta1.WasmDeployment) bool) []*networking_enterprise_mesh_gloo_solo_io_v1beta1.WasmDeployment // Return the Set as a map of key to resource. Map() map[string]*networking_enterprise_mesh_gloo_solo_io_v1beta1.WasmDeployment // Insert a resource into the set. Insert(wasmDeployment ...*networking_enterprise_mesh_gloo_solo_io_v1beta1.WasmDeployment) // Compare the equality of the keys in two sets (not the resources themselves) Equal(wasmDeploymentSet WasmDeploymentSet) bool // Check if the set contains a key matching the resource (not the resource itself) Has(wasmDeployment ezkube.ResourceId) bool // Delete the key matching the resource Delete(wasmDeployment ezkube.ResourceId) // Return the union with the provided set Union(set WasmDeploymentSet) WasmDeploymentSet // Return the difference with the provided set Difference(set WasmDeploymentSet) WasmDeploymentSet // Return the intersection with the provided set Intersection(set WasmDeploymentSet) WasmDeploymentSet // Find the resource with the given ID Find(id ezkube.ResourceId) (*networking_enterprise_mesh_gloo_solo_io_v1beta1.WasmDeployment, error) // Get the length of the set Length() int // returns the generic implementation of the set Generic() sksets.ResourceSet // returns the delta between this and and another WasmDeploymentSet Delta(newSet WasmDeploymentSet) sksets.ResourceDelta }
func NewWasmDeploymentSet ¶
func NewWasmDeploymentSet(wasmDeploymentList ...*networking_enterprise_mesh_gloo_solo_io_v1beta1.WasmDeployment) WasmDeploymentSet
func NewWasmDeploymentSetFromList ¶
func NewWasmDeploymentSetFromList(wasmDeploymentList *networking_enterprise_mesh_gloo_solo_io_v1beta1.WasmDeploymentList) WasmDeploymentSet
Click to show internal directories.
Click to hide internal directories.