Documentation ¶
Index ¶
- Constants
- func ByCloudProjectReference(o client.Object) []string
- func ByCloudSecretRef(obj client.Object) []string
- func ByCode(obj client.Object) []string
- func ByEmail(o client.Object) []string
- func ByMemberReferences(o client.Object) []string
- func ByOwnerReferences(o client.Object) []string
- func BySecretType(o client.Object) []string
- func ByUID(o client.Object) []string
- func CloudRefValue(ref *v1alpha2.NamespacedObjectReference) string
- func CloudSecretRef(ref *v1alpha2.NamespacedSecretReference) string
- func DockyardsOrganizationByCloudRef(o client.Object) []stringdeprecated
- func MemberRefsIndexer(o client.Object) []stringdeprecated
Constants ¶
View Source
const ( // Deprecated: use MemberReferencesField MemberRefsIndexKey = ".spec.memberRefs.uid" // Deprecated: use CloudProjectReferenceField CloudProjectRefKey = ".spec.cloud.projectRef" CloudProjectReferenceField = ".spec.cloud.projectRef" MemberReferencesField = ".spec.memberRefs.uid" EmailField = ".spec.email" UIDField = ".metadata.uid" OwnerReferencesField = ".metadata.ownerReferences" SecretTypeField = ".type" CloudSecretReferenceField = ".spec.cloud.secretRef" CodeField = ".spec.code" )
Variables ¶
This section is empty.
Functions ¶
func ByCloudProjectReference ¶
func ByCloudSecretRef ¶
func ByMemberReferences ¶
func ByOwnerReferences ¶
func BySecretType ¶
func CloudRefValue ¶
func CloudRefValue(ref *v1alpha2.NamespacedObjectReference) string
func CloudSecretRef ¶
func CloudSecretRef(ref *v1alpha2.NamespacedSecretReference) string
func DockyardsOrganizationByCloudRef
deprecated
func MemberRefsIndexer
deprecated
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.