dbforpostgresql.azure.com/v1
dbforpostgresql.azure.com/v1
Package v1 contains hand-crafted API Schema definitions for the dbforpostgresql v1 API group
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 |
RoleOptionsSpec
(Appears on:UserSpec)
Field | Description |
---|---|
login bool |
WITH LOGIN or NOLOGIN |
createRole bool |
WITH CREATEROLE or NOCREATEROLE |
createDb bool |
WITH CREATEDB or NOCREATEDB |
replication bool |
WITH REPLICATION or NOREPLICATION |
User
User is a postgresql user.
Field | Description | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
metadata Kubernetes meta/v1.ObjectMeta |
Refer to the Kubernetes API documentation for the fields of the
metadata field.
|
||||||||||
spec UserSpec |
|
||||||||||
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.KubernetesOwnerReference |
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 dbforpostgresql.azure.com/FlexibleServer resource |
roles []string |
Roles is the set of roles granted to the user upon creation. The Azure Database for PostgreSQL server is created with 3 default roles defined: azure_pg_admin, azure_superuser, and your server admin user (this last is a role w/ login permission, commonly called a User). |
roleOptions RoleOptionsSpec |
RoleOptions defines additional attributes of the user role. You can read more about these attributes at https://www.postgresql.org/docs/current/role-attributes.html. |
localUser LocalUserSpec |
LocalUser contains details for creating a standard (non-aad) postgresql User. |
UserStatus
(Appears on:User)
Field | Description |
---|---|
conditions []genruntime/conditions.Condition |
Conditions: The observed state of the resource |