ExporterAccessPolicy¶
jumpstarter.dev/v1alpha1
ExporterAccessPolicy is the Schema for the exporteraccesspolicies API.
Spec¶
Field |
Type |
Description |
|---|---|---|
|
object |
ExporterSelector is a label selector that matches the exporters this policy applies to. |
|
array |
matchExpressions is a list of label selector requirements. The requirements are ANDed. |
|
object |
matchLabels is a map of {key,value} pairs. A single {key,value} in the matchLabels |
|
array |
Policies is the list of access policy rules to apply. |
|
string |
Description is a human-readable explanation of this policy rule. |
|
array |
From is the list of client selectors that this policy applies to. |
|
object |
ClientSelector is a label selector that matches clients this rule applies to. |
|
string |
MaximumDuration is the maximum lease duration allowed by this policy. |
|
integer |
Priority is the priority of this policy rule. Higher values indicate higher priority. |
|
boolean |
SpotAccess indicates whether spot access (preemptible leases) is allowed. |