APIVersion defines the versioned schema of this representation of an object.
Servers should convert recognized schemas to the latest internal value, and
may reject unrecognized values.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
kindstring
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
metadataobject
specobject
The desired behavior of this APIPortal.
authobject
Auth references the APIPortalAuth resource for authentication configuration.
namestringrequired
Name is the name of the APIPortalAuth resource.
maxLength: 253
descriptionstring
Description of the APIPortal.
titlestring
Title is the public facing name of the APIPortal.
trustedUrls[]stringrequired
TrustedURLs are the urls that are trusted by the OAuth 2.0 authorization server.
minItems: 1
maxItems: 1
uiobject
UI holds the UI customization options.
logoUrlstring
LogoURL is the public URL of the logo.
statusobject
The current status of this APIPortal.
conditions[]object
lastTransitionTimestringrequired
lastTransitionTime is the last time the condition transitioned from one status to another.
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
format: date-time
messagestringrequired
message is a human readable message indicating details about the transition.
This may be an empty string.
maxLength: 32768
observedGenerationinteger
observedGeneration represents the .metadata.generation that the condition was set based upon.
For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date
with respect to the current state of the instance.
format: int64
minimum: 0
reasonstringrequired
reason contains a programmatic identifier indicating the reason for the condition's last transition.
Producers of specific condition types may define expected values and meanings for this field,
and whether the values are considered a guaranteed API.
The value should be a CamelCase string.
This field may not be empty.
pattern: ^[A-Za-z]([A-Za-z0-9_,:]*[A-Za-z0-9_])?$
minLength: 1
maxLength: 1024
statusstringrequired
status of the condition, one of True, False, Unknown.
enum: True, False, Unknown
typestringrequired
type of condition in CamelCase or in foo.example.com/CamelCase.