You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 }
157
+
Condition contains details for one aspect of the current state of this API Resource.
157
158
158
159
#### Attributes
159
160
@@ -176,8 +177,8 @@ ImageRepositorySpec defines the parameters for scanning an image repository, e.g
|**serviceAccountName**|str|ServiceAccountName is the name of the Kubernetes ServiceAccount used to authenticate<br />the image pull if the service account has attached pull secrets.||
183
184
|**suspend**|bool|This flag tells the controller to suspend subsequent image scans.<br />It does not apply to already started scans. Defaults to false.||
@@ -233,7 +234,7 @@ ImageRepositoryStatus defines the observed state of ImageRepository
233
234
|**observedGeneration**|int|ObservedGeneration is the last reconciled generation.||
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 }
237
+
Condition contains details for one aspect of the current state of this API Resource.
237
238
238
239
#### Attributes
239
240
@@ -364,7 +365,7 @@ ImagePolicyStatus defines the observed state of ImagePolicy
364
365
|**observedPreviousImage**|str|ObservedPreviousImage is the observed previous LatestImage. It is used<br />to keep track of the previous and current images.||
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 }
368
+
Condition contains details for one aspect of the current state of this API Resource.
368
369
369
370
#### Attributes
370
371
@@ -387,10 +388,11 @@ ImageRepositorySpec defines the parameters for scanning an image repository, e.g
|**exclusionList**|[str]|ExclusionList is a list of regex strings used to exclude certain tags<br />from being stored in the database.|["^.*\.sig$"]|
390
-
|**image**|str|Image is the name of the image repository||
391
+
|**image**`required`|str|Image is the name of the image repository||
391
392
|**insecure**|bool|Insecure allows connecting to a non-TLS HTTP container registry.||
392
-
|**interval**|str|Interval is the length of time to wait between<br />scans of the image repository.||
393
+
|**interval**`required`|str|Interval is the length of time to wait between<br />scans of the image repository.||
393
394
|**provider**|"generic" | "aws" | "azure" | "gcp"|The provider used for authentication, can be 'aws', 'azure', 'gcp' or 'generic'.<br />When not specified, defaults to 'generic'.|"generic"|
|**serviceAccountName**|str|ServiceAccountName is the name of the Kubernetes ServiceAccount used to authenticate<br />the image pull if the service account has attached pull secrets.||
396
398
|**suspend**|bool|This flag tells the controller to suspend subsequent image scans.<br />It does not apply to already started scans. Defaults to false.||
@@ -419,6 +421,15 @@ CertSecretRef can be given the name of a Secret containing either or both of -
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 }
461
+
Condition contains details for one aspect of the current state of this API Resource.
0 commit comments