Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourcesInterface ¶
type ResourcesInterface interface { Get(query rorresources.ResourceQuery) (rorresources.ResourceSet, error) Update(res *rorresources.ResourceSet) (*rorresources.ResourceUpdateResults, error) Delete(uid string) (*rorresources.ResourceUpdateResults, error) Exists(uid string) (bool, error) GetOwnHashes(clusterId string) (apicontractsv2resources.HashList, error) }
Click to show internal directories.
Click to hide internal directories.