dbformysql.azure.com/v1beta1

dbformysql.azure.com/v1beta1

Package v1beta contains hand crafted API Schema definitions for the dbformysql v1beta API group

Resource Types:

    LocalUserSpec

    (Appears on:UserSpec)

    Field Description
    serverAdminUsername
    string

    ServerAdminUsername is the user name of the Server administrator

    serverAdminPassword
    genruntime.SecretReference

    ServerAdminPassword is a reference to a secret containing the servers administrator password

    password
    genruntime.SecretReference

    Password is the password to use for the user

    User

    User is a MySQL user

    Field Description
    metadata
    Kubernetes meta/v1.ObjectMeta
    Refer to the Kubernetes API documentation for the fields of the metadata field.
    spec
    UserSpec


    azureName
    string

    AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it doesn’t have to be.

    owner
    genruntime.KnownResourceReference

    Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a reference to a dbformysql.azure.com/FlexibleServer resource

    hostname
    string

    Hostname is the host the user will connect from. If omitted, the default is to allow connection from any hostname.

    privileges
    []string

    The server-level roles assigned to the user. Privileges include the following: RELOAD, PROCESS, SHOW DATABASES, REPLICATION SLAVE, REPLICATION CLIENT, CREATE USER

    databasePrivileges
    map[string][]string

    The database-level roles assigned to the user (keyed by database name). Privileges include the following: SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, REFERENCES, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES, EXECUTE, CREATE VIEW, SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, EVENT, TRIGGER

    localUser
    LocalUserSpec

    TODO: Note this is required right now but will move to be optional in the future when we have AAD support LocalUser contains details for creating a standard (non-aad) MySQL User

    status
    UserStatus

    UserSpec

    (Appears on:User)

    Field Description
    azureName
    string

    AzureName: The name of the resource in Azure. This is often the same as the name of the resource in Kubernetes but it doesn’t have to be.

    owner
    genruntime.KnownResourceReference

    Owner: The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a reference to a dbformysql.azure.com/FlexibleServer resource

    hostname
    string

    Hostname is the host the user will connect from. If omitted, the default is to allow connection from any hostname.

    privileges
    []string

    The server-level roles assigned to the user. Privileges include the following: RELOAD, PROCESS, SHOW DATABASES, REPLICATION SLAVE, REPLICATION CLIENT, CREATE USER

    databasePrivileges
    map[string][]string

    The database-level roles assigned to the user (keyed by database name). Privileges include the following: SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, REFERENCES, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES, EXECUTE, CREATE VIEW, SHOW VIEW, CREATE ROUTINE, ALTER ROUTINE, EVENT, TRIGGER

    localUser
    LocalUserSpec

    TODO: Note this is required right now but will move to be optional in the future when we have AAD support LocalUser contains details for creating a standard (non-aad) MySQL User

    UserStatus

    (Appears on:User)

    Field Description
    conditions
    []genruntime/conditions.Condition

    Conditions: The observed state of the resource