Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ spec:
type: string
type: object
status:
description: Status defines the observed state of the Teleport resource
properties:
conditions:
description: Conditions represent the latest available observations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ spec:
type: array
type: object
status:
description: TeleportGithubConnectorStatus defines the observed state
of TeleportGithubConnector
description: Status defines the observed state of the Teleport resource
properties:
conditions:
description: Conditions represent the latest available observations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ spec:
type: object
type: object
status:
description: Status defines the observed state of the Teleport resource
properties:
conditions:
description: Conditions represent the latest available observations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ spec:
type: string
type: object
status:
description: TeleportOIDCConnectorStatus defines the observed state of
TeleportOIDCConnector
description: Status defines the observed state of the Teleport resource
properties:
conditions:
description: Conditions represent the latest available observations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ spec:
type: integer
type: object
status:
description: Status defines the observed state of the Teleport resource
properties:
conditions:
description: Conditions represent the latest available observations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,7 @@ spec:
type: object
type: object
status:
description: TeleportProvisionTokenStatus defines the observed state of
TeleportProvisionToken
description: Status defines the observed state of the Teleport resource
properties:
conditions:
description: Conditions represent the latest available observations
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1128,7 +1128,7 @@ spec:
type: object
type: object
status:
description: TeleportRoleStatus defines the observed state of TeleportRole
description: Status defines the observed state of the Teleport resource
properties:
conditions:
description: Conditions represent the latest available observations
Expand Down Expand Up @@ -2326,7 +2326,7 @@ spec:
type: object
type: object
status:
description: TeleportRoleStatus defines the observed state of TeleportRole
description: Status defines the observed state of the Teleport resource
properties:
conditions:
description: Conditions represent the latest available observations
Expand Down
Loading