OBJECT

KubernetesKindPackageInstallStatus

link GraphQL Schema definition

  • type KubernetesKindPackageInstallStatus {
  • # Condition contains details for one aspect of the current state of this API
  • # Resource.
  • # ---
  • # This struct is intended for direct use as an array at the field path
  • # .status.conditions. For example,
  • #
  • #
  • #
  • # type FooStatus struct{
  • #
  • # // Represents the observations of a foo's current state.
  • #
  • # // Known .status.conditions.type are: "Available", "Progressing", and "Degraded"
  • #
  • # // +patchMergeKey=type
  • #
  • # // +patchStrategy=merge
  • #
  • # // +listType=map
  • #
  • # // +listMapKey=type
  • #
  • # Conditions []metav1.Condition `json:"conditions,omitempty" patchStrategy:"merge"
  • # patchMergeKey:"type" protobuf:"bytes,1,rep,name=conditions"`
  • #
  • #
  • #
  • # // other fields
  • #
  • # }
  • conditions: [KubernetesKindPackageInstallStatusConditions]
  • friendlyDescription: String
  • # LastAttemptedVersion specifies what version was last attempted to be installed.
  • # It does _not_ indicate it was successfully installed.
  • lastAttemptedVersion: String
  • # Populated based on metadata.generation when controller
  • # observes a change to the resource; if this value is
  • # out of data, other status fields do not reflect latest state
  • observedGeneration: Int
  • usefulErrorMessage: String
  • # TODO this is desired resolved version (not actually deployed)
  • version: String
  • }