Skip to content

Commit

Permalink
Run make
Browse files Browse the repository at this point in the history
  • Loading branch information
Starttoaster committed Jan 11, 2025
1 parent 26dcfe0 commit 8b4e621
Show file tree
Hide file tree
Showing 11 changed files with 11,109 additions and 17 deletions.
102 changes: 101 additions & 1 deletion api/v1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

52 changes: 50 additions & 2 deletions config/crd/bases/k8s.chia.net_chiacrawlers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8921,8 +8921,8 @@ spec:
description: Storage configuration for CHIA_ROOT
properties:
hostPathVolume:
description: HostPathVolume use an existing persistent volume
claim to store CHIA_ROOT data
description: HostPathVolume use an existing directory on the
host to store CHIA_ROOT data
properties:
path:
description: |-
Expand Down Expand Up @@ -8965,6 +8965,54 @@ spec:
type: string
type: object
type: object
dataLayerServerFiles:
description: Storage configuration for data_layer server files
properties:
hostPathVolume:
description: HostPathVolume use an existing directory on the
host to store server files
properties:
path:
description: |-
Path use an existing directory on your Pod's host to mount in the Pod's containers.
If a HostPath is used, it is highly recommended that a NodeSelector is used to keep the Pod on the host that has the directory to mount.
type: string
type: object
persistentVolumeClaim:
description: PersistentVolumeClaim use an existing persistent
volume claim to store server files
properties:
accessModes:
description: |-
AccessModes are the volume access modes. Only relevant for ChiaNodes and use with the GenerateVolumeClaims option.
Defaults to RWO if unspecified.
items:
type: string
type: array
claimName:
description: |-
ClaimName is the name of an existing PersistentVolumeClaim in the target namespace
This field does nothing on ChiaNode resources.
This field does nothing when GenerateVolumeClaims is set to true.
type: string
generateVolumeClaims:
description: |-
GenerateVolumeClaims is mutually exclusive with the ClaimName field, and overrides that field if set.
Instead, an operator generated PVC name will be made, and the operator will provision a volume claim for you.
This field does nothing on ChiaNode resources.
type: boolean
resourceRequest:
description: ResourceRequest is the amount of storage
requested. Only relevant for ChiaNodes and use with
the GenerateVolumeClaims option.
type: string
storageClass:
description: StorageClass is the name of a storage class
for the PVC. Only relevant for ChiaNodes and use with
the GenerateVolumeClaims option.
type: string
type: object
type: object
plots:
description: Storage configuration for harvester plots
properties:
Expand Down
Loading

0 comments on commit 8b4e621

Please sign in to comment.