Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultContainerPort = int32(8888) DefaultServingPort = 80 // DefaultFSGroup The default fsGroup of PodSecurityContext. // https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.23/#podsecuritycontext-v1-core DefaultFSGroup = int64(100) )
Variables ¶
This section is empty.
Functions ¶
func PodCondToNotebookCond ¶
func PodCondToNotebookCond(pCond corev1.PodCondition) mgmtv1.Condition
PodCondToNotebookCond Note: this is referred to kubeflow notebook controller https://github.com/kubeflow/kubeflow/tree/master/components/notebook-controller
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func (*Handler) ReconcileNotebookPodOwners ¶
func (h *Handler) ReconcileNotebookPodOwners(_, _ string, obj runtime.Object) ([]relatedresource.Key, error)
ReconcileNotebookPodOwners reconciles the owner notebook by pod
Click to show internal directories.
Click to hide internal directories.