Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SQLInstanceGVK = schema.GroupVersionKind{ Group: "sql.cnrm.cloud.google.com", Kind: "SQLInstance", Version: "v1beta1", } SQLDatabaseGVK = schema.GroupVersionKind{ Group: "sql.cnrm.cloud.google.com", Kind: "SQLDatabase", Version: "v1beta1", } SQLUserGVK = schema.GroupVersionKind{ Group: "sql.cnrm.cloud.google.com", Kind: "SQLUser", Version: "v1beta1", } SpannerInstanceGVK = schema.GroupVersionKind{ Group: "spanner.cnrm.cloud.google.com", Kind: "SpannerInstance", Version: "v1beta1", } SpannerDatabaseGVK = schema.GroupVersionKind{ Group: "spanner.cnrm.cloud.google.com", Kind: "SpannerDatabase", Version: "v1beta1", } IAMServiceAccountGVK = schema.GroupVersionKind{ Group: "iam.cnrm.cloud.google.com", Kind: "IAMServiceAccount", Version: "v1beta1", } IAMPolicyMemberGVK = schema.GroupVersionKind{ Group: "iam.cnrm.cloud.google.com", Kind: "IAMPolicyMember", Version: "v1beta1", } IAMServiceAccountKeyGVK = schema.GroupVersionKind{ Group: "iam.cnrm.cloud.google.com", Kind: "IAMServiceAccountKey", Version: "v1beta1", } )
Functions ¶
This section is empty.
Types ¶
type IAMPolicyMember ¶
type IAMPolicyMember = unstructured.Unstructured
func MakeIAMPolicyMember ¶
func MakeIAMPolicyMember(content map[string]interface{}) *IAMPolicyMember
Creates an IAMPolicyMember object initialized with the given content
func NewIAMPolicyMember ¶
func NewIAMPolicyMember() *IAMPolicyMember
type IAMServiceAccount ¶
type IAMServiceAccount = unstructured.Unstructured
func MakeIAMServiceAccount ¶
func MakeIAMServiceAccount(content map[string]interface{}) *IAMServiceAccount
Creates an IAMServiceAccount object initialized with the given content
func NewIAMServiceAccount ¶
func NewIAMServiceAccount() *IAMServiceAccount
type IAMServiceAccountKey ¶
type IAMServiceAccountKey = unstructured.Unstructured
func MakeIAMServiceAccountKey ¶
func MakeIAMServiceAccountKey(content map[string]interface{}) *IAMServiceAccountKey
Creates an IAMServiceAccountKey object initialized with the given content
func NewIAMServiceAccountKey ¶
func NewIAMServiceAccountKey() *IAMServiceAccountKey
type SQLDatabase ¶
type SQLDatabase = unstructured.Unstructured
func MakeSQLDatabase ¶
func MakeSQLDatabase(content map[string]interface{}) *SQLDatabase
Creates a sqldatabase object initialized with the given content
func NewSQLDatabase ¶
func NewSQLDatabase() *SQLDatabase
type SQLInstance ¶
type SQLInstance = unstructured.Unstructured
func MakeSQLInstance ¶
func MakeSQLInstance(content map[string]interface{}) *SQLInstance
Creates a sqlinstance object initialized with the given content
func NewSQLInstance ¶
func NewSQLInstance() *SQLInstance
type SQLUser ¶
type SQLUser = unstructured.Unstructured
func MakeSQLUser ¶
Creates a sqluser object initialized with the given content
func NewSQLUser ¶
func NewSQLUser() *SQLUser
type SpannerDatabase ¶
type SpannerDatabase = unstructured.Unstructured
func MakeSpannerDatabase ¶
func MakeSpannerDatabase(content map[string]interface{}) *SpannerDatabase
Creates a spannerdatabase object initialized with the given content
func NewSpannerDatabase ¶
func NewSpannerDatabase() *SpannerDatabase
type SpannerInstance ¶
type SpannerInstance = unstructured.Unstructured
func MakeSpannerInstance ¶
func MakeSpannerInstance(content map[string]interface{}) *SpannerInstance
Creates a spannerinstance object initialized with the given content
func NewSpannerInstance ¶
func NewSpannerInstance() *SpannerInstance
Click to show internal directories.
Click to hide internal directories.